Mercurial > code > home > repos > homeauto
diff service/mqtt_to_rdf/pyproject.toml @ 1724:8d2c75a93d82
use pdm (these are new deps)
author | drewp@bigasterisk.com |
---|---|
date | Tue, 20 Jun 2023 23:13:09 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/mqtt_to_rdf/pyproject.toml Tue Jun 20 23:13:09 2023 -0700 @@ -0,0 +1,33 @@ +[tool] + +[tool.pdm] +[tool.pdm.resolution] +respect-source-order = true +[project] +name = "" +version = "" +description = "" +authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] +requires-python = ">=3.10" +license = { text = "MIT" } +dependencies = [ + "rdflib>=6.3.2", + "patchablegraph>=1.5.0", + "starlette>=0.28.0", + "rdfdb>=0.24.0", + "uvicorn>=0.22.0", + "prometheus-client>=0.17.0", + "reactivex>=4.0.4", + "asyncio-mqtt>=0.16.1", + "simple-html>=0.7.0", +] + +[build-system] +requires = ["pdm-pep517>=1.0.0"] +build-backend = "pdm.pep517.api" + +[[tool.pdm.source]] +url = "https://projects.bigasterisk.com/" +verify_ssl = true +name = "home" +