diff --git a/gateway-bot/Dockerfile b/gateway-bot/Dockerfile index 17746246..c4ad6a44 100644 --- a/gateway-bot/Dockerfile +++ b/gateway-bot/Dockerfile @@ -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 . . diff --git a/gateway-bot/requirements.txt b/gateway-bot/requirements.txt index a45297af..6bfba1d2 100644 --- a/gateway-bot/requirements.txt +++ b/gateway-bot/requirements.txt @@ -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