Allow users to login

This commit is contained in:
2018-06-29 08:03:49 +02:00
parent e5e93c60b3
commit b68788f65c
7 changed files with 116 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ flask-sqlalchemy = "*"
python-dotenv = "*"
flask-security = "*"
sqlalchemy-utils = "*"
bcrypt = "*"
[dev-packages]