Mercurial > code > home > repos > homeauto
comparison service/powerEagle/pyproject.toml @ 1743:daf9deee42ca
deployment
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 14:55:26 -0800 |
parents | a4e70a35f3a6 |
children |
comparison
equal
deleted
inserted
replaced
1742:1c1b38b145f8 | 1743:daf9deee42ca |
---|---|
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", |
15 "background-loop>=1.3.0", | 15 "background-loop>=1.3.0", |
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", | |
16 ] | 26 ] |
17 requires-python = ">=3.9" | 27 requires-python = ">=3.11" |
18 | 28 |
19 [build-system] | 29 [build-system] |
20 requires = ["pdm-pep517>=0.12.0"] | 30 requires = ["pdm-pep517>=0.12.0"] |
21 build-backend = "pdm.pep517.api" | 31 build-backend = "pdm.pep517.api" |
22 | 32 |