Mercurial > code > home > repos > homeauto
view service/powerEagle/pyproject.toml @ 1754:92999dfbf321 default tip
add shelly support
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Jun 2024 13:03:43 -0700 |
parents | daf9deee42ca |
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"