diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -5,19 +5,16 @@ description = "" authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] license-expression = "MIT" dependencies = [ - "cyclone", "pillow", "pyjade", "pyserial", "pyusb", - "service_identity", - "treq", "twisted", "txzmq", "aiohttp>=3.8.1", "coloredlogs>=15.0.1", "colormath>=3.0.0", - "flask==2.2.4", + "flask==2.2.4", # workaround for pydmxcontrol "ipython>=8.13.2", "louie>=2.0", "moviepy>=1.0.3", @@ -37,11 +34,8 @@ dependencies = [ "udmx-pyusb>=2.0.0", "uvicorn[standard]>=0.17.6", "watchdog>=2.1.7", - "web.py>=0.62", "webcolors>=1.11.1", - "cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz", "rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.24.0.tar.gz", - "standardservice @ https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz", ] requires-python = ">=3.10"