bump apprise version
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ pandas
|
||||
seaborn
|
||||
streamlit==1.19.0
|
||||
plotly
|
||||
apprise==1.2.1
|
||||
apprise==1.7.1
|
||||
paho-mqtt
|
||||
pytest==7.1.2
|
||||
pytest-mock==3.7.0
|
||||
|
||||
@@ -68,6 +68,9 @@ if ! which gcc &>/dev/null;then
|
||||
apt-get -y install gcc python3-dev
|
||||
fi
|
||||
|
||||
apprise_version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import apprise; print(apprise.__version__)")
|
||||
[[ $apprise_version != "1.7.1" ]] && sudo_with_user $HOME/BirdNET-Pi/birdnet/bin/pip3 install apprise==1.7.1
|
||||
|
||||
ensure_python_package inotify inotify
|
||||
|
||||
if ! which inotifywait &>/dev/null;then
|
||||
|
||||
Reference in New Issue
Block a user