Mercurial > code > home > repos > homeauto
annotate 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 |
rev | line source |
---|---|
1714 | 1 [project] |
2 name = "" | |
3 version = "" | |
4 description = "" | |
5 authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] | |
6 license-expression = "MIT" | |
7 dependencies = [ | |
8 "aiohttp>=3.8.1", | |
1719
fb082013fa24
port to use my background_loop lib. various other dep updates.
drewp@bigasterisk.com
parents:
1715
diff
changeset
|
9 "patchablegraph>=1.4.0", |
1714 | 10 "prometheus-client>=0.13.1", |
11 "rdflib>=6.1.1", | |
12 "starlette-exporter>=0.12.0", | |
13 "starlette>=0.19.1", | |
14 "uvicorn[standard]>=0.17.6", | |
1715 | 15 "background-loop>=1.3.0", |
1714 | 16 ] |
17 requires-python = ">=3.9" | |
18 | |
19 [build-system] | |
20 requires = ["pdm-pep517>=0.12.0"] | |
21 build-backend = "pdm.pep517.api" | |
22 | |
23 [[tool.pdm.source]] | |
24 url = "https://projects.bigasterisk.com/" | |
25 verify_ssl = true | |
26 name = "home" |