Mercurial > code > home > repos > homeauto
annotate service/powerEagle/pyproject.toml @ 1743:daf9deee42ca
deployment
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 14:55:26 -0800 |
parents | a4e70a35f3a6 |
children |
rev | line source |
---|---|
1714 | 1 [project] |
2 name = "" | |
3 version = "" | |
4 description = "" | |
5 authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] | |
1722 | 6 license = "MIT" |
1714 | 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", |
1743 | 16 "requests>=2.31.0", |
17 "dnspython>=2.3.0", | |
18 # "ipython>=8.14.0", | |
19 "numpy>=1.25.0", | |
20 "scipy>=1.9.3", | |
21 # "jupyter>=1.0.0", | |
22 # "jupyterlab>=4.0.2", | |
23 # "plotly==5.15.0", | |
24 # "ipywidgets>=8.0.6", | |
25 # "jupyter-dash>=0.4.2", | |
1714 | 26 ] |
1743 | 27 requires-python = ">=3.11" |
1714 | 28 |
29 [build-system] | |
30 requires = ["pdm-pep517>=0.12.0"] | |
31 build-backend = "pdm.pep517.api" | |
32 | |
33 [[tool.pdm.source]] | |
34 url = "https://projects.bigasterisk.com/" | |
35 verify_ssl = true | |
36 name = "home" |