apprise-api/requirements.txt
2025-02-18 13:13:16 -05:00

30 lines
646 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.9.2
## Apprise API Minimum Requirements
django
gevent
gunicorn
## for webhook support
requests
## 3rd Party Service support
paho-mqtt < 2.0.0
gntp
cryptography
# prometheus metrics
django-prometheus