From cae8f92c97fab426d39dddc06ef3f70788f20ee0 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Sat, 17 Sep 2016 07:32:33 -0700 Subject: [PATCH] Replace py-bcrypt with bcrypt bcrypt is more common and better maintained Signed-off-by: Felix Kaechele --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d24dbe8..46ab6ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask>=0.10 Flask-WTF>=0.11 Flask-Login>=0.2.11 configobj==5.0.5 -py-bcrypt==0.4 +bcrypt==3.1.0 requests==2.7.0 python-ldap==2.4.21 Flask-SQLAlchemy==2.1