New version of Apprise? #660
-
Hello! I'm trying to get my BirdNet-Pi Twitter bot moved to Mastodon after the events of the last few weeks. Apprise recently gained support for Mastodon (version 1.2), but BirdNet-Pi is still using 1.1. Is there a plan to upgrade this dependency soon? April |
Beta Was this translation helpful? Give feedback.
Answered by
ehpersonal38
Nov 20, 2022
Replies: 1 comment 1 reply
-
That's certainly something to consider - though at this time I'm not sure the best way to implement automatically upgrading Python dependencies. In the meantime you can manually update Apprise with this command:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
opsnlops
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's certainly something to consider - though at this time I'm not sure the best way to implement automatically upgrading Python dependencies.
In the meantime you can manually update Apprise with this command:
~/BirdNET-Pi/birdnet/bin/python3 -m pip install -U apprise