comparison service/powerEagle/pyproject.toml @ 1719:fb082013fa24

port to use my background_loop lib. various other dep updates.
author drewp@bigasterisk.com
date Sat, 27 Aug 2022 18:31:46 -0700
parents 8578afcae65e
children a4e70a35f3a6
comparison
equal deleted inserted replaced
1718:82213d91471c 1719:fb082013fa24
4 description = "" 4 description = ""
5 authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] 5 authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }]
6 license-expression = "MIT" 6 license-expression = "MIT"
7 dependencies = [ 7 dependencies = [
8 "aiohttp>=3.8.1", 8 "aiohttp>=3.8.1",
9 "patchablegraph>=1.2.0", 9 "patchablegraph>=1.4.0",
10 "prometheus-client>=0.13.1", 10 "prometheus-client>=0.13.1",
11 "rdflib>=6.1.1", 11 "rdflib>=6.1.1",
12 "starlette-exporter>=0.12.0", 12 "starlette-exporter>=0.12.0",
13 "starlette>=0.19.1", 13 "starlette>=0.19.1",
14 "uvicorn[standard]>=0.17.6", 14 "uvicorn[standard]>=0.17.6",