mirror of
https://github.com/caronc/apprise.git
synced 2025-01-08 23:19:02 +01:00
updated paho-mqtt min version reference (see #1078)
This commit is contained in:
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
Block a user