Mercurial > code > home > repos > homeauto
view 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 |
line wrap: on
line source
[project] name = "" version = "" description = "" authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] license-expression = "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", ] requires-python = ">=3.9" [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"