comparison 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
comparison
equal deleted inserted replaced
12:032e59be8fe9 13:bfd95926be6e
4 description = "" 4 description = ""
5 authors = [ 5 authors = [
6 {name = "", email = ""}, 6 {name = "", email = ""},
7 ] 7 ]
8 dependencies = [ 8 dependencies = [
9 "docopt>=0.6.2",
10 "prometheus-client>=0.14.1", 9 "prometheus-client>=0.14.1",
11 "rdflib>=6.1.1", 10 "rdflib>=6.1.1",
12 "rdflib-jsonld>=0.6.2", 11 "rdflib-jsonld>=0.6.2",
13 "service-identity>=21.1.0",
14 "twisted>=19.2.1",
15 "cyclone>=1.3",
16 "pyopenssl>=22.0.0",
17 "twisted-sse>=0.3.0",
18 "standardservice>=0.6.0",
19 "patchablegraph>=1.5.0", 12 "patchablegraph>=1.5.0",
20 "rdfdb>=0.24.0", 13 "rdfdb>=0.24.0",
14 "starlette>=0.22.0",
15 "starlette-exporter>=0.14.0",
16 "uvicorn>=0.20.0",
17 "sse-starlette>=1.2.1",
18 "aiohttp-sse-client>=0.2.1",
21 ] 19 ]
22 requires-python = ">=3.10" 20 requires-python = ">=3.10"
23 license = {text = "MIT"} 21 license = {text = "MIT"}
24 22
25 [tool.pdm] 23 [tool.pdm]