From ab5632d5ebdd43f56337c3dc6f0e167edec4930a Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 8 Dec 2020 18:17:09 +0530 Subject: [PATCH] One more attempt to fix Windows build by lower down the version of Cryptography. --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6b84be991..a5815a34c 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