bump apprise version
This commit is contained in:
@@ -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