Skip to content

Commit

Permalink
Deal with urllib3 version wonkiness
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Nov 25, 2022
1 parent 8f26bed commit 9ecde7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ flask-caching
requests_cache
mysql-connector-python==8.0.29
redis
urllib3<1.27,>=1.21.1
structlog==22.1.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'requests_cache',
'mysql-connector-python==8.0.29',
'redis',
'urllib3<1.27,>=1.21.1',
'structlog==22.1.0',
],
dependency_links=[
Expand Down

0 comments on commit 9ecde7e

Please sign in to comment.