Skip to content

Commit

Permalink
Fix Werkzeug==2.2.2 so Flask installation does not pull the latest We…
Browse files Browse the repository at this point in the history
…rkzeug, which deprecated some modules. (#2201)

Co-authored-by: Chester Chen <[email protected]>
  • Loading branch information
IsaacYangSLA and chesterxgchen authored Dec 9, 2023
1 parent 62f2f1d commit e296472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ python_requires = >= 3.8
install_requires =
cryptography>=36.0.0
Flask==2.2.5
Werkzeug==2.2.2
Flask-JWT-Extended==4.4.3
Flask-SQLAlchemy==2.5.1
SQLAlchemy==1.4.31
Expand Down

0 comments on commit e296472

Please sign in to comment.