3 Commits

2 changed files with 4 additions and 1 deletions

View File

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

View File

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