mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-04 22:10:42 +01:00
27 lines
598 B
Plaintext
27 lines
598 B
Plaintext
##
|
|
## 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):
|
|
apprise == 1.7.2
|
|
|
|
## Apprise API Minimum Requirements
|
|
django
|
|
gevent
|
|
gunicorn
|
|
|
|
## for webhook support
|
|
requests
|
|
|
|
## 3rd Party Service support
|
|
paho-mqtt
|
|
gntp
|
|
cryptography
|