Update Apprise from v1.8.0 to v1.9.0 (#205)
Upgrade Apprise from v1.80 to v1.90 to allow for the MQTT retain flag.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ pandas
|
||||
seaborn
|
||||
streamlit==1.31.0
|
||||
plotly
|
||||
apprise==1.8.0
|
||||
apprise==1.9.0
|
||||
paho-mqtt<2.0.0
|
||||
pytest==7.1.2
|
||||
scikit-learn
|
||||
|
||||
@@ -111,7 +111,7 @@ if ! which gcc &>/dev/null;then
|
||||
fi
|
||||
|
||||
apprise_version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import apprise; print(apprise.__version__)")
|
||||
[[ $apprise_version != "1.8.0" ]] && sudo_with_user $HOME/BirdNET-Pi/birdnet/bin/pip3 install apprise==1.8.0
|
||||
[[ $apprise_version != "1.9.0" ]] && sudo_with_user $HOME/BirdNET-Pi/birdnet/bin/pip3 install apprise==1.9.0
|
||||
version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import streamlit; print(streamlit.__version__)")
|
||||
[[ $version != "1.31.0" ]] && sudo_with_user $HOME/BirdNET-Pi/birdnet/bin/pip3 install streamlit==1.31.0
|
||||
version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import seaborn; print(seaborn.__version__)")
|
||||
|
||||
Reference in New Issue
Block a user