From a717b3875021cd83ba541a9da030c1fa29189253 Mon Sep 17 00:00:00 2001 From: Dr Barry Dyer Date: Wed, 1 Mar 2023 01:17:58 +0000 Subject: [PATCH] Update requirements.txt Fix streamlit version declaration with double = --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54384b6..0096dc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytz tzlocal pandas seaborn -streamlit=1.11.1 +streamlit==1.11.1 plotly apprise==1.2.1 paho-mqtt