Add flask-bcrypt

This commit is contained in:
Jasmine Schladen 2021-02-17 13:18:49 -08:00
parent abdf544e06
commit c0c1022a5b
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
arrow
cryptography
Flask
Flask-Bcrypt
Flask-Migrate
Flask-RESTful
Flask-SQLAlchemy

View File

@ -24,6 +24,8 @@ imagesize==1.2.0
# via sphinx
flask==1.1.2
# manual debug
flask-bcrypt==0.7.1
# manual debug
flask-migrate==2.6.0
# manual debug
flask-replicated==1.4