From 89e2f09b848574417953ecd7c0b78f5ed5398606 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 18 Aug 2020 17:58:44 +0530 Subject: [PATCH] Ensure that 'bcrypt' version should be less than or equal to 3.1.7 as the new version supports Python 3.6 and above. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a36084bef..b24f1513d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,5 +38,6 @@ psycopg2>=2.8 python-dateutil>=2.8.0 SQLAlchemy>=1.3.13 Flask-Security-Too>=3.0.0 +bcrypt<=3.1.7 sshtunnel>=0.1.5 ldap3>=2.5.1