Skip to content

Commit

Permalink
don't upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 30, 2024
1 parent af49228 commit 8ee4c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile_CPU
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY docker/ramp/docker-requirements.txt /tmp/docker-requirements.txt
RUN pip install -r /tmp/docker-requirements.txt


RUN pip install --upgrade setuptools
# RUN pip install --upgrade setuptools

COPY requirements.txt /tmp/requirements.txt
COPY api-requirements.txt /tmp/api-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion backend/api-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
django==4.1.4
# gdal==3.6.2
psycopg2
psycopg2-binary
djangorestframework==3.14.0
djangorestframework-gis==1.0
dj-database-url==1.2.0
Expand Down

0 comments on commit 8ee4c27

Please sign in to comment.