Skip to content

Commit

Permalink
chore: Remove urllib3 from dependencies (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Feb 12, 2024
1 parent e8bda29 commit 873af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def main():
install_requires = ['requests', 'requests_toolbelt', 'urllib3<2']
install_requires = ['requests', 'requests_toolbelt']
tests_require = ['pytest', 'pytest-timeout', 'pytest-cov']
dev_requires = ['tox']
jwt_requires = ['pyjwt>=1.7.0', 'cryptography>=3']
Expand Down

0 comments on commit 873af42

Please sign in to comment.