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