Skip to content

Commit

Permalink
setup: revert deps for py2
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 11, 2024
1 parent 2750c71 commit 6c02a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def do_setup():
'pytz',
'rfc3987',
'six',
'typing',
# requests requires a urllib3 version <1.26 but not 1.25.0 and 1.25.1
# we pin it down here to solve dependency problems
'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1',
Expand Down

0 comments on commit 6c02a2a

Please sign in to comment.