diff pyproject.toml @ 14:e3dbd04dab96

add mqtt; talk to first light (no throttling)
author drewp@bigasterisk.com
date Sun, 28 Jan 2024 20:49:42 -0800
parents 181a86533286
children 32cfefe3155b
line wrap: on
line diff
--- a/pyproject.toml	Sun Jan 28 20:03:20 2024 -0800
+++ b/pyproject.toml	Sun Jan 28 20:49:42 2024 -0800
@@ -14,6 +14,7 @@
     "patchablegraph>=1.5.0",
     "rdfdb==0.24.0",
     "dataclasses-json>=0.6.3",
+    "aiomqtt>=2.0.0",
 ]
 requires-python = ">=3.11"
 license = {text = "MIT"}