Add flask-cors
This commit is contained in:
parent
5e46e2adf0
commit
1ab4fe278d
|
@ -7,6 +7,7 @@ arrow
|
|||
cryptography
|
||||
Flask
|
||||
Flask-Bcrypt
|
||||
Flask-Cors
|
||||
Flask-Mail
|
||||
Flask-Migrate
|
||||
Flask-Principal
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue