mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 15:43:27 +01:00
f37dfbf5a1
The new update to paho-mqtt, version 2.1.0, fixed the backward incompatible callback signature problem by defaulting the callback type to paho-mqtt V1 style callbacks. This means that packages can upgrade to paho-mqtt 2.1.0 or leave it at <2.0.0 without any software changes. This was originally pinned with #1065.
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
|