Mercurial > code > home > repos > homeauto
view service/powerEagle/pyproject.toml @ 1743:daf9deee42ca
deployment
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 14:55:26 -0800 |
parents | a4e70a35f3a6 |
children |
line wrap: on
line source
[project] name = "" version = "" description = "" authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] license = "MIT" dependencies = [ "aiohttp>=3.8.1", "patchablegraph>=1.4.0", "prometheus-client>=0.13.1", "rdflib>=6.1.1", "starlette-exporter>=0.12.0", "starlette>=0.19.1", "uvicorn[standard]>=0.17.6", "background-loop>=1.3.0", "requests>=2.31.0", "dnspython>=2.3.0", # "ipython>=8.14.0", "numpy>=1.25.0", "scipy>=1.9.3", # "jupyter>=1.0.0", # "jupyterlab>=4.0.2", # "plotly==5.15.0", # "ipywidgets>=8.0.6", # "jupyter-dash>=0.4.2", ] requires-python = ">=3.11" [build-system] requires = ["pdm-pep517>=0.12.0"] build-backend = "pdm.pep517.api" [[tool.pdm.source]] url = "https://projects.bigasterisk.com/" verify_ssl = true name = "home"