Skip to content

Commit

Permalink
Merge pull request #41 from fyunusa/main
Browse files Browse the repository at this point in the history
Deprecation notice about urllib3[secure] Safe
  • Loading branch information
danny-gallagher committed Mar 3, 2023
2 parents 1054930 + dedaf99 commit 19847b4
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 @@ -46,5 +46,5 @@
'Topic :: Software Development :: Libraries :: Python Modules'
],
tests_require=['coverage'],
install_requires=['requests', 'pyOpenSSL', 'urllib3[secure]', 'Deprecated']
install_requires=['requests','pyOpenSSL>=0.14','urllib3', 'Deprecated']
)

0 comments on commit 19847b4

Please sign in to comment.