diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-16 22:44:42 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-16 22:44:42 +0000 |
commit | 8ff27687d163423726f50f2a94fd59ac93cbb0b6 (patch) | |
tree | 4d0895b47e1fb726cd7aee9b28084e244d8706c6 /requirements.txt | |
parent | 58b73d720dad5b4375b3e8a37782ac716f23311e (diff) | |
download | TasmotaCLI-8ff27687d163423726f50f2a94fd59ac93cbb0b6.tar.gz TasmotaCLI-8ff27687d163423726f50f2a94fd59ac93cbb0b6.zip |
Added MQTT CLI
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c292ad5..f6950d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ tasmotadevicecontroller aiohttp +paho-mqtt + |