From 856789a9ba669662f33e36589955dc2d8669f8de Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 19 Dec 2021 18:16:51 +0100 Subject: [PATCH] Closes #315 - Include library apprise Notify_mqtt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 48c578b4..510dd383 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,9 @@ jsonpath-ng ~= 1.5.3 # Notification library apprise ~= 0.9 +# apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315 +paho-mqtt + # Pinned version of cryptography otherwise # ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly cryptography ~= 3.4