apprise-api/requirements.txt

27 lines
598 B
Plaintext
Raw Permalink Normal View History

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
gevent
gunicorn
2021-09-18 22:38:33 +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
cryptography