You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like pip install egdegrid-python should not install pyOpenSSL and its dependencies. I'd recommend removing it as noted below, however an optional dependency would suffice if necessary for backwards compatibility.
It appears the requirement to force use of pyopenssl was introduced in release 1.0.7. That release is nearly 10 years old, and it seems recommended practice has moved on as noted above.
From requirements.txt, it seems you will also need to remove ndg-httpsclient to remove pyOpenSSL. I did not find any references to this package - perhaps it is a dev dependency.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
pip install egdegrid-python
should not install pyOpenSSL and its dependencies. I'd recommend removing it as noted below, however an optional dependency would suffice if necessary for backwards compatibility.Additional context
The pyOpenSSL module for urllib3 is no longer recommended.
It appears the requirement to force use of pyopenssl was introduced in release 1.0.7. That release is nearly 10 years old, and it seems recommended practice has moved on as noted above.
From requirements.txt, it seems you will also need to remove ndg-httpsclient to remove pyOpenSSL. I did not find any references to this package - perhaps it is a dev dependency.
The text was updated successfully, but these errors were encountered: