Mercurial > code > home > repos > light9
diff pyproject.toml @ 2067:508001655c2f
rdfdb needs websockets lib choice, but doesn't list it as a dep since i meant it to be server-agnostic
author | drewp@bigasterisk.com |
---|---|
date | Sat, 21 May 2022 15:55:42 -0700 |
parents | 1c772cb39908 |
children | d5f1cc9615af |
line wrap: on
line diff
--- a/pyproject.toml Sat May 21 15:54:56 2022 -0700 +++ b/pyproject.toml Sat May 21 15:55:42 2022 -0700 @@ -37,7 +37,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",