From cd85e05f9ef3e164c3075961a8a56589c5e79141 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 02 2018 10:28:50 +0000 Subject: Fix the requirement on bcrypt, it's optional Signed-off-by: Pierre-Yves Chibon --- diff --git a/requirements.txt b/requirements.txt index 2def484..f35cea8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ # Use this file by running "$ pip install -r requirements.txt" alembic arrow -bcrypt binaryornot bleach blinker @@ -43,5 +42,5 @@ wtforms # python-fedora # Required only for the `local` authentication backend -# py-bcrypt +# bcrypt