1 Commits

Author SHA1 Message Date
Apple
e39650a405 fix(gateway): add asyncpg and nats-py runtime deps 2026-03-05 11:33:32 -08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -28,7 +28,8 @@ RUN pip install --no-cache-dir \
pandas \
openpyxl \
python-docx \
redis==5.0.1
redis==5.0.1 \
asyncpg>=0.29.0
# Copy gateway code and DAARWIZZ prompt
COPY . .

View File

@@ -1,5 +1,7 @@
PyYAML>=6.0
prometheus-client>=0.20.0
PyPDF2>=3.0.0
nats-py>=2.6.0
asyncpg>=0.29.0
crewai