Files
@ 9324fc8285ad
Branch filter:
Location: light9/pyproject.toml - annotation
9324fc8285ad
1.5 KiB
text/plain
Effect repairs duplicate :settings edges when it finds them
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 508001655c2f f9faa2ec824f f9faa2ec824f f9faa2ec824f 5154f5a23e85 d5f1cc9615af 1c772cb39908 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",
"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 @ 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",
"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"
|