-
-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathrequirements.txt
More file actions
35 lines (28 loc) · 798 Bytes
/
requirements.txt
File metadata and controls
35 lines (28 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
##
## 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.9
## Apprise API Minimum Requirements
django
gevent
gunicorn
## for webhook support
requests
## 3rd Party Service support
paho-mqtt < 2.0.0
gntp
cryptography
# Pretty Good Privacy (PGP) Provides mailto:// and deltachat:// support
PGPy
# Provides smpp:// support
smpplib
# For xmpp:// support
slixmpp >= 1.10.0
# prometheus metrics
django-prometheus