From f403e61b66cc1e6274f3f7fe729c1c90499a89ef Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 9 Dec 2020 13:03:28 +0530 Subject: [PATCH] Fixed Windows issue with the combination of Python 3.8, bcrypt 3.1.7, and Cryptography 3.0 --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6b84be991..1ad71cdea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,9 +38,7 @@ psycopg2>=2.8 python-dateutil>=2.8.0 SQLAlchemy>=1.3.13 Flask-Security-Too>=3.0.0 -bcrypt<=3.1.7;python_version<="3.5" -bcrypt>=3.2.0;python_version>"3.5" -cryptography<=3.0;python_version<="3.5" -cryptography>=3.2;python_version>"3.5" +bcrypt<=3.1.7; +cryptography<=3.0; sshtunnel>=0.1.5 ldap3>=2.5.1