Mercurial > code > home > repos > mqtt_metrics
diff pyproject.toml @ 1:3d7f2dc9beec
read 1 mqtt topic; dummy convert; route to debugging view
author | drewp@bigasterisk.com |
---|---|
date | Fri, 09 Aug 2024 16:59:06 -0700 |
parents | 0b5b4ede1bf5 |
children | cd1b8d7bda78 |
line wrap: on
line diff
--- a/pyproject.toml Fri Aug 09 15:09:22 2024 -0700 +++ b/pyproject.toml Fri Aug 09 16:59:06 2024 -0700 @@ -10,10 +10,11 @@ "starlette-exporter>=0.13.0", "starlette>=0.20.4", "uvicorn[standard]>=0.18.2", - "background-loop>=1.3.0", "patchablegraph>=1.5.0", "rdfdb==0.24.0", + "aiomqtt>=2.3.0", + "sse-starlette>=2.1.3", ] requires-python = ">=3.11" license = {text = "MIT"}