From 2047b1b5225d5f7390e0439ec4f73c95bfd84f57 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Mon, 17 Aug 2026 15:26:37 +0200 Subject: [PATCH] Forgot dependency --- cloud/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/requirements.txt b/cloud/requirements.txt index b7d4dd6..17f0a22 100644 --- a/cloud/requirements.txt +++ b/cloud/requirements.txt @@ -5,4 +5,5 @@ opencv-python-headless requests==2.32.3 paho-mqtt>=1.6,<3 openai>=1.0.0 -pydantic>=2.0.0 \ No newline at end of file +pydantic>=2.0.0 +twilio>=9.0.0 \ No newline at end of file