mirror of
https://github.com/caronc/apprise.git
synced 2024-11-07 08:44:17 +01:00
17 lines
302 B
Plaintext
17 lines
302 B
Plaintext
#
|
|
# Plugin Dependencies
|
|
#
|
|
|
|
# Provides fcm:// and spush://
|
|
cryptography
|
|
|
|
# Provides growl:// support
|
|
gntp
|
|
|
|
# Provides mqtt:// support
|
|
# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
|
|
paho-mqtt < 2.0.0
|
|
|
|
# Pretty Good Privacy (PGP) Provides mailto:// and deltachat:// support
|
|
PGPy
|