2023-08-28 01:22:02 +02:00
|
|
|
##
|
|
|
|
## Apprise Backend Installation
|
|
|
|
##
|
|
|
|
## You should only have 1 of the 3 items uncommented below.
|
|
|
|
|
|
|
|
## 1. Uncomment the below line to pull the main branch of Apprise:
|
|
|
|
# apprise @ git+https://github.com/caronc/apprise
|
|
|
|
|
|
|
|
## 2. Uncomment the below line instead if you wish to focus on a tag:
|
|
|
|
# apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version
|
|
|
|
|
|
|
|
## 3. The below grabs our stable version (generally the best choice):
|
2023-12-28 20:47:12 +01:00
|
|
|
apprise == 1.7.1
|
2023-08-28 01:22:02 +02:00
|
|
|
|
|
|
|
## Apprise API Minimum Requirements
|
|
|
|
django
|
2023-07-22 22:13:24 +02:00
|
|
|
gevent
|
2023-05-16 20:47:19 +02:00
|
|
|
gunicorn
|
2021-09-18 22:38:33 +02:00
|
|
|
|
2023-10-15 22:21:13 +02:00
|
|
|
## for webhook support
|
|
|
|
requests
|
|
|
|
|
2023-08-28 01:22:02 +02:00
|
|
|
## 3rd Party Service support
|
2021-09-18 22:38:33 +02:00
|
|
|
paho-mqtt
|
|
|
|
gntp
|
2023-04-20 12:30:25 +02:00
|
|
|
cryptography
|