mirror of https://github.com/caronc/apprise
updated paho-mqtt min version reference (see #1078)
parent
5b1b7a0769
commit
170a74d29f
|
@ -89,7 +89,7 @@ class NotifyMQTT(NotifyBase):
|
|||
|
||||
requirements = {
|
||||
# Define our required packaging in order to work
|
||||
'packages_required': 'paho-mqtt'
|
||||
'packages_required': 'paho-mqtt <= 2.0.0'
|
||||
}
|
||||
|
||||
# The default descriptive name associated with the Notification
|
||||
|
|
Loading…
Reference in New Issue