Mercurial > code > home > repos > collector
diff pyproject.toml @ 13:bfd95926be6e default tip
initial port to starlette. missing some disconnect & cleanup functionality
author | drewp@bigasterisk.com |
---|---|
date | Sat, 26 Nov 2022 14:13:51 -0800 |
parents | fd73907cef40 |
children |
line wrap: on
line diff
--- a/pyproject.toml Fri Nov 25 20:58:08 2022 -0800 +++ b/pyproject.toml Sat Nov 26 14:13:51 2022 -0800 @@ -6,18 +6,16 @@ {name = "", email = ""}, ] dependencies = [ - "docopt>=0.6.2", "prometheus-client>=0.14.1", "rdflib>=6.1.1", "rdflib-jsonld>=0.6.2", - "service-identity>=21.1.0", - "twisted>=19.2.1", - "cyclone>=1.3", - "pyopenssl>=22.0.0", - "twisted-sse>=0.3.0", - "standardservice>=0.6.0", "patchablegraph>=1.5.0", "rdfdb>=0.24.0", + "starlette>=0.22.0", + "starlette-exporter>=0.14.0", + "uvicorn>=0.20.0", + "sse-starlette>=1.2.1", + "aiohttp-sse-client>=0.2.1", ] requires-python = ">=3.10" license = {text = "MIT"}