From 7f1655fe4661405f2b05af53d2c29887bb17dad0 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sat, 17 Sep 2022 12:15:26 +0530 Subject: [PATCH] build(deps): drop pyOpenSSL dependency (#18162) - Not used anymore - Official documentation suggests stopping use of pyopenssl: https://github.com/pyca/pyopenssl --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8844a507bd..d633a968e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",