Files
@ b731eaad3adf
Branch filter:
Location: light9/pyproject.toml - annotation
b731eaad3adf
1.4 KiB
text/plain
deprecate light9/web/ - use light9/{service}/ with web/ subdir if needed
e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d f9faa2ec824f f9faa2ec824f f9faa2ec824f f9faa2ec824f e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d | [project]
name = ""
version = ""
description = ""
authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }]
license-expression = "MIT"
dependencies = [
"autobahn",
"coloredlogs",
"colormath",
"cyclone",
"genshi",
"ipython",
"klein",
"louie",
"moviepy",
"noise",
"pillow",
"pyftdi",
"pyjade",
"pyserial",
"python-dateutil",
"pyusb",
"rdflib",
"requests",
"rx",
"scipy",
"service_identity",
"statprof",
"toposort",
"treq",
"twisted",
"txzmq",
"udmx-pyusb",
"webcolors>=1.11.1",
"watchdog>=2.1.7",
"standardservice @ https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz",
"cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz",
"rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.21.0.tar.gz",
"web.py>=0.62",
"uvicorn>=0.17.6",
"starlette[standard]>=0.19.0",
"prometheus-client>=0.14.1",
"starlette-exporter>=0.12.0",
]
requires-python = ">=3.9"
[project.urls]
Homepage = ""
[tool.pdm]
[tool.pdm.dev-dependencies]
dev = [
"coverage",
"flake8",
"freezegun",
"hunter",
"ipdb",
"mock",
"mypy",
"nose-watcher",
"nose",
"pytest-watcher",
"pytest",
"yapf",
]
[[tool.pdm.source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"
|