build(deps): drop pyOpenSSL dependency (#18162)

- Not used anymore
- Official documentation suggests stopping use of
pyopenssl: https://github.com/pyca/pyopenssl
This commit is contained in:
Ankush Menat 2022-09-17 12:15:26 +05:30 committed by GitHub
parent 4affd9b076
commit 7f1655fe46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,6 @@ dependencies = [
"premailer~=3.8.0",
"psutil~=5.9.1",
"psycopg2-binary~=2.9.1",
"pyOpenSSL~=20.0.1",
"pycryptodome~=3.10.1",
"pyotp~=2.6.0",
"python-dateutil~=2.8.1",