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) <noreply@anthropic.com>
This commit is contained in:
gongzhiyong
2026-04-08 17:12:02 +08:00
co-authored by Claude Sonnet 4.6
parent be60d9742e
commit 346fa02e44
+3
View File
@@ -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