Skip to content

Commit

Permalink
Removed [secure] extra from urllib3 dependencies
Browse files Browse the repository at this point in the history
pyOpenSSL and urllib3[secure] are deprecated in the upcoming release (1.26.12)
urllib3/urllib3#2680
  • Loading branch information
fyunusa committed Aug 10, 2022
1 parent ae92477 commit d9f584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Expand Up @@ -70,7 +70,7 @@
'selenium.webdriver.remote',
'selenium.webdriver.support', ],
'include_package_data': True,
'install_requires': ['urllib3[socks]~=1.26', "trio~=0.17", "trio-websocket~=0.9"],
'install_requires': ["urllib3[socks]~=1.26", "trio~=0.17", "trio-websocket~=0.9"],
'zip_safe': False
}

Expand Down

0 comments on commit d9f584e

Please sign in to comment.