mirror of https://github.com/caronc/apprise
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
#
|
|
# Plugin Dependencies
|
|
#
|
|
|
|
# Provides fcm:// and spush://
|
|
cryptography
|
|
|
|
# Provides growl:// support
|
|
gntp
|
|
|
|
# Provides mqtt:// support
|
|
# use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
|
|
paho-mqtt != 2.0.*
|
|
|
|
# Pretty Good Privacy (PGP) Provides mailto:// and deltachat:// support
|
|
PGPy
|