Skip to content

Commit

Permalink
chore: add Flask-Cors to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gazev committed Nov 14, 2024
1 parent 378f96c commit bda31a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ blinker==1.9.0
cachelib==0.13.0
click==8.1.7
Flask==3.1.0
Flask-Cors==5.0.0
Flask-Session==0.8.0
Flask-SQLAlchemy==3.1.1
greenlet==3.1.1
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ blinker==1.9.0
cachelib==0.13.0
click==8.1.7
Flask==3.1.0
Flask-Cors==5.0.0
Flask-Session==0.8.0
Flask-SQLAlchemy==3.1.1
greenlet==3.1.1
Expand Down

0 comments on commit bda31a5

Please sign in to comment.