Skip to content

Commit

Permalink
Pin minimum version of urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush authored and Xavier Medrano committed Jan 30, 2023
1 parent 2c90891 commit 6618b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/datamade/la-metro-councilmatic:master

COPY ./requirements.txt /app/requirements.txt
RUN pip install --upgrade pip && \
pip install --no-cache-dir -r requirements.txt --use-deprecated=legacy-resolver
pip install --no-cache-dir --use-deprecated=legacy-resolver -r requirements.txt
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ google-api-python-client==2.42.0
google-auth-oauthlib
google-auth-httplib2
textract
django-storages[boto3]
django-storages[boto3]<1.13
python-dotenv==0.20.0

# Development
Expand All @@ -21,4 +21,4 @@ pytest-django
pytest-mock==1.6.3
requests-mock==1.8.0
freezegun==1.0.0
locust==2.5.0
locust==2.5.0

0 comments on commit 6618b2a

Please sign in to comment.