Changeset - 508001655c2f
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-05-21 22:55:42
drewp@bigasterisk.com
rdfdb needs websockets lib choice, but doesn't list it as a dep since i meant it to be server-agnostic
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pyproject.toml
Show inline comments
 
@@ -16,49 +16,49 @@ dependencies = [
 
    "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",
 
    "web.py>=0.62",
 
    "uvicorn>=0.17.6",
 
    "uvicorn[standard]>=0.17.6",
 
    "starlette[standard]>=0.19.0",
 
    "prometheus-client>=0.14.1",
 
    "starlette-exporter>=0.12.0",
 
    "PyGObject>=3.42.1",
 
    "rdfdb @ file:///my/proj/rdfdb",
 
]
 
requires-python = ">=3.9"
 

	
 
[project.urls]
 
Homepage = ""
 

	
 
[tool.pdm]
 

	
 
[tool.pdm.dev-dependencies]
 
dev = [
 
    "coverage",
 
    "flake8",
 
    "freezegun",
 
    "hunter",
 
    "ipdb",
 
    "mock",
 
    "mypy",
 
    "nose-watcher",
 
    "nose",
0 comments (0 inline, 0 general)