From cb4c26acfdf248e55d494d8002a188f55ad86caf Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:23:29 +0100 Subject: [PATCH] Update requirements.txt --- .../rootfs/usr/bin/mqtt-manager/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/requirements.txt b/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/requirements.txt index b05114aa..2f40b128 100644 --- a/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/requirements.txt +++ b/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/requirements.txt @@ -1,4 +1,4 @@ -paho-mqtt +paho-mqtt==1.6.1 pyyaml websockets websocket-client @@ -7,4 +7,4 @@ python-dateutil scheduler babel watchdog -jinja2 \ No newline at end of file +jinja2