Skip to content

Commit

Permalink
Fix Urllib3 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Jan 2, 2025
1 parent 216fef4 commit 8d1e559
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 @@ -15,7 +15,7 @@
description='ESPN API',
long_description=readme,
long_description_content_type="text/markdown",
install_requires=['requests>=2.0.0,<3.0.0'],
install_requires=['requests>=2.0.0,<3.0.0', 'urllib3=2.2.3'],
setup_requires=['nose>=1.0'],
test_suite='nose.collector',
tests_require=['nose', 'requests_mock', 'coverage'],
Expand Down

0 comments on commit 8d1e559

Please sign in to comment.