From a8d60c2fc1c53e4dd81e0cef68cedf734b864091 Mon Sep 17 00:00:00 2001 From: frederik Date: Wed, 21 Feb 2024 18:46:03 +0100 Subject: [PATCH] apprise does not work with paho-mqtt==2.0.0 for now --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93ace84..2bcfab0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ seaborn streamlit==1.31.0 plotly apprise==1.7.1 -paho-mqtt +paho-mqtt<2.0.0 pytest==7.1.2 pytest-mock==3.7.0 suntime