Skip to content

Commit

Permalink
Remove the pin for urllib3 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger authored Jun 3, 2024
1 parent b474e21 commit c5ea3f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Dependencies required for installation (keep in sync with setup.py)
requests>=2.16.2
urllib3<2
six >= 1.12.0
stone>=2,<3.3.3
# Other dependencies for development
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

install_reqs = [
'requests>=2.16.2',
'urllib3<2',
'six >= 1.12.0',
'stone>=2,<3.3.3',
]
Expand Down

0 comments on commit c5ea3f8

Please sign in to comment.