Skip to content

Commit 19847b4

Browse files
Merge pull request #41 from fyunusa/main
Deprecation notice about urllib3[secure] Safe
2 parents 1054930 + dedaf99 commit 19847b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
'Topic :: Software Development :: Libraries :: Python Modules'
4747
],
4848
tests_require=['coverage'],
49-
install_requires=['requests', 'pyOpenSSL', 'urllib3[secure]', 'Deprecated']
49+
install_requires=['requests','pyOpenSSL>=0.14','urllib3', 'Deprecated']
5050
)

0 commit comments

Comments
 (0)