Compare commits
2 Commits
96be23ffc8
...
1ff24fdb10
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ff24fdb10 | |||
|
|
e39650a405 |
@@ -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 . .
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user