From 3b9e8e47eccca50a63f640ff95a7fd32e6be8307 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 1 Sep 2020 15:28:50 +0530 Subject: [PATCH] Modified 'cryptography' version to less than or equal to 3.0 to fix the pgAdmin4 launch issue on Windows. Cryptography's new version may be creating a problem. This is a temporary fix and will have to investigate the proper fix. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b24f1513d..60364ea14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,5 +39,6 @@ python-dateutil>=2.8.0 SQLAlchemy>=1.3.13 Flask-Security-Too>=3.0.0 bcrypt<=3.1.7 +cryptography<=3.0 sshtunnel>=0.1.5 ldap3>=2.5.1