Files
@ 9a4bc2ea264e
Branch filter:
Location: light9/pyproject.toml - annotation
9a4bc2ea264e
1.7 KiB
text/plain
ui tweaks and link fix
e7e3fbae767d 2088c500415e 2088c500415e e7e3fbae767d e7e3fbae767d 2088c500415e e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d 8c5a685e6cba e7e3fbae767d 87c011a5e99f 87c011a5e99f 87c011a5e99f 679cafb867b1 87c011a5e99f 87c011a5e99f 87c011a5e99f 87c011a5e99f f9faa2ec824f 87c011a5e99f 5154f5a23e85 87c011a5e99f 87c011a5e99f 87c011a5e99f 87c011a5e99f f1df317f7c4c 87c011a5e99f 87c011a5e99f 87c011a5e99f 87c011a5e99f 87c011a5e99f 87c011a5e99f 87c011a5e99f 87c011a5e99f aecbcddccfea acf1b68d031a 74b4acd3dde0 62b832e9aac5 5de390834fda 5de390834fda 1aaa449e89d0 2088c500415e a1f1653e3d5b 7578f855d18b ef3cde3e81e8 ef3cde3e81e8 ef3cde3e81e8 e7e3fbae767d 2088c500415e 2088c500415e 2088c500415e e7e3fbae767d e7e3fbae767d 2088c500415e e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d aecbcddccfea aecbcddccfea aecbcddccfea aecbcddccfea aecbcddccfea aecbcddccfea aecbcddccfea aecbcddccfea aecbcddccfea aecbcddccfea b0e6fe19dc3b e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d e7e3fbae767d | [project]
name = "light9"
version = "0.0.1"
description = ""
authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }]
license = {text = "MIT"}
dependencies = [
"pillow",
"pyjade",
"pyserial",
"pyusb",
"twisted[tls]>=22.10.0",
"txzmq",
"aiohttp>=3.8.1",
"coloredlogs>=15.0.1",
"colormath>=3.0.0",
"flask==2.2.4", # workaround for pydmxcontrol
"ipython>=8.13.2",
"louie>=2.0",
"moviepy>=1.0.3",
"noise>=1.2.2",
"prometheus-client>=0.14.1",
"pydmxcontrol>=2.0.0",
"PyGObject>=3.42.1",
"python-dateutil>=2.8.2",
"rdflib>=6.3.2",
"requests>=2.30.0",
"rx>=3.2.0",
"sse-starlette>=0.10.3",
"starlette-exporter>=0.12.0",
"starlette>=0.27.0",
"statprof>=0.1.2",
"toposort>=1.10",
"udmx-pyusb>=2.0.0",
"uvicorn[standard]>=0.17.6",
"watchdog>=2.1.7",
"webcolors>=1.11.1",
"scipy>=1.9.3",
"braillegraph>=0.6",
"tenacity>=8.2.2",
"zmq>=0.0.0",
"mido>=1.2.10",
"alsa-midi>=1.0.1",
"treq>=22.2.0",
"light9 @ file:///${PROJECT_ROOT}/",
"python-debouncer>=0.1.4",
"pytest>=8.2.0",
"avro>=1.11.3",
"fastavro>=1.9.4",
"yappi>=1.6.0",
]
requires-python = ">=3.11"
readme = "README.md"
[project.urls]
Homepage = "https://bigasterisk.com/light9/"
[tool.pdm]
[tool.pdm.dev-dependencies]
dev = [
"coverage>=7.2.5",
"flake8>=6.0.0",
"freezegun>=1.2.2",
"hunter>=3.6.1",
"ipdb>=0.13.13",
"mock>=5.0.2",
"yapf>=0.33.0",
"pydeps>=1.12.5",
"nose2>=0.13.0",
"pytest-watch>=4.2.0",
"-e file:///my/proj/rdfdb#egg=rdfdb",
]
[[tool.pdm.source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
|