Skip to content

Commit

Permalink
Common Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Oct 1, 2024
1 parent 98af709 commit b869feb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion backend/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /app

# Copy requirements.txt
COPY ./backend/api/requirements.txt ./
COPY ./backend/requirements.txt ./

# Copy settings.py
COPY settings.py ./
Expand Down
7 changes: 0 additions & 7 deletions backend/api/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion backend/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /app

# Copy requirements.txt
COPY ./backend/gateway/requirements.txt ./
COPY ./backend/requirements.txt ./

# Copy settings.py
COPY settings.py ./
Expand Down
6 changes: 4 additions & 2 deletions backend/gateway/requirements.txt → backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ paho-mqtt<2.0
asyncpg==0.27.0
jsonpath_ng==1.5.3
redis==4.5.4
aiologger==0.7.0
aiofiles==23.1.0
pydantic==1.10.13
pydantic==1.10.13
fastapi==0.109.1
uvicorn==0.22.0
requests==2.26.0

0 comments on commit b869feb

Please sign in to comment.