bump apprise version

This commit is contained in:
frederik
2024-01-23 16:59:49 +01:00
parent a3a1bee7c6
commit d9bb782061
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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