Add flask-cors

This commit is contained in:
Jasmine Schladen 2021-02-17 13:41:27 -08:00
parent 5e46e2adf0
commit 1ab4fe278d
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ arrow
cryptography
Flask
Flask-Bcrypt
Flask-Cors
Flask-Mail
Flask-Migrate
Flask-Principal

View File

@ -26,6 +26,8 @@ flask==1.1.2
# manual debug
flask-bcrypt==0.7.1
# manual debug
flask-cors==3.0.10
# manual debug
flask-mail==0.9.1
# manual debug
flask-migrate==2.6.0