mirror of https://github.com/caronc/apprise
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
327 B
16 lines
327 B
# |
|
# 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
|
|
|