From c63442732b875e0fddfc40ca18c9af2fc2cdc078 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Thu, 9 Mar 2023 11:35:57 +0530 Subject: [PATCH] Remove pyOpenSSL package from requirements. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d92467ab..00813761d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,6 @@ python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.0.* cryptography==39.0.* -pyOpenSSL>=23.* # required by cryptography sshtunnel==0.* ldap3==2.* gssapi==1.8.*