apprise-api/requirements.txt
2023-12-28 14:39:59 -05:00

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.1
## Apprise API Minimum Requirements
django
gevent
gunicorn
## for webhook support
requests
## 3rd Party Service support
paho-mqtt
gntp
cryptography