From 346fa02e44b6426fbd1ca1cc1fcfeea5f2817cdd Mon Sep 17 00:00:00 2001 From: gongzhiyong Date: Wed, 8 Apr 2026 17:12:02 +0800 Subject: [PATCH] fix(backend): add azure-storage-blob, azure-servicebus, daytona to requirements These packages were listed locally but never committed, causing ModuleNotFoundError: No module named 'azure' on Azure deployment. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- backend/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4fcdb53..28b3036 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,3 +13,6 @@ sqlalchemy[asyncio]>=2.0.0 psycopg[binary]>=3.1.0 gunicorn>=22.0.0 redis[hiredis]>=5.0.0 +azure-storage-blob>=12.20.0 +azure-servicebus>=7.12.0 +daytona>=0.6.0