Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
 pyOpenSSL and urllib3[secure] are deprecated in the upcoming release of (1.26.12)
Removed [secure] extra from the urllib3 dependencies
  • Loading branch information
fyunusa committed Aug 10, 2022
1 parent a6f8028 commit ae92477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'selenium.webdriver.remote',
'selenium.webdriver.support', ],
'include_package_data': True,
'install_requires': ['urllib3[secure, 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 ae92477

Please sign in to comment.