From 6af00b799058f45084ca7f7ee4be571359cca53c Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Mon, 10 Aug 2026 14:05:30 +0200 Subject: [PATCH] Forgot to add paho-mqtt as dependency --- cloud/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/requirements.txt b/cloud/requirements.txt index 0ada20d..1b55f02 100644 --- a/cloud/requirements.txt +++ b/cloud/requirements.txt @@ -2,4 +2,5 @@ Flask==3.0.2 pymongo==4.6.1 gunicorn==21.2.0 opencv-python-headless -requests==2.32.3 \ No newline at end of file +requests==2.32.3 +paho-mqtt>=1.6,<3 \ No newline at end of file