Files
@ e42679dfdfd9
Branch filter:
Location: light9/pyproject.toml - annotation
e42679dfdfd9
1.6 KiB
text/plain
unpad tool and edits for processing 2022 audio
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 13d1fc32125b e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d 508001655c2f f9faa2ec824f f9faa2ec824f f9faa2ec824f 5154f5a23e85 d5f1cc9615af b39aafe12319 f1df317f7c4c e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d b39aafe12319 e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d b39aafe12319 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",
"web.py>=0.62",
"uvicorn[standard]>=0.17.6",
"starlette[standard]>=0.19.0",
"prometheus-client>=0.14.1",
"starlette-exporter>=0.12.0",
"PyGObject>=3.42.1",
"aiohttp>=3.8.1",
"rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.23.0.tar.gz",
"sse-starlette>=0.10.3",
]
requires-python = ">=3.9"
[project.urls]
Homepage = ""
[project.optional-dependencies]
[tool.pdm]
[tool.pdm.dev-dependencies]
dev = [
"coverage",
"flake8",
"freezegun",
"hunter",
"ipdb",
"mock",
"mypy",
"nose-watcher",
"nose",
"pytest-watcher",
"pytest",
"yapf",
"pydeps>=1.10.18",
]
[[tool.pdm.source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"
|