Mercurial > code > home > repos > light-bridge
diff pdm.lock @ 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/pdm.lock Sun Jan 28 20:03:20 2024 -0800 +++ b/pdm.lock Sun Jan 28 20:49:42 2024 -0800 @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:238744667aa5bb7e379e16e2b9f424307a9a90b29eafd1734283956bf2b8fdec" +content_hash = "sha256:b3fe693267977a2e72f6da23fbd5096fce62a9d204550479e044796d39d8043f" [[package]] name = "aiohttp" @@ -55,6 +55,20 @@ ] [[package]] +name = "aiomqtt" +version = "2.0.0" +requires_python = ">=3.8,<4.0" +summary = "The idiomatic asyncio MQTT client, wrapped around paho-mqtt" +groups = ["default"] +dependencies = [ + "paho-mqtt<2.0.0,>=1.6.0", +] +files = [ + {file = "aiomqtt-2.0.0-py3-none-any.whl", hash = "sha256:f3b97eca4a5a2c40769ed14f660520f733be1d2ec383a9976153fe49141e2fa2"}, + {file = "aiomqtt-2.0.0.tar.gz", hash = "sha256:3d480429334bdba4e4b9936c6cc198ea4f76a94d36cf294e0f713ec59f6a2120"}, +] + +[[package]] name = "aiosignal" version = "1.3.1" requires_python = ">=3.7" @@ -430,6 +444,15 @@ ] [[package]] +name = "paho-mqtt" +version = "1.6.1" +summary = "MQTT version 5.0/3.1.1 client class" +groups = ["default"] +files = [ + {file = "paho-mqtt-1.6.1.tar.gz", hash = "sha256:2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f"}, +] + +[[package]] name = "patchablegraph" version = "1.5.0" requires_python = ">=3.9"