Skip to content

Commit

Permalink
Merge pull request #718 from EvanBldy/master
Browse files Browse the repository at this point in the history
[requirements] allow flask v3 + upgrade other libs
  • Loading branch information
EvanBldy authored Oct 10, 2023
2 parents ffc7583 + 632e2bc commit a689181
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ install_requires =
fido2==1.1.2
flasgger==0.9.7.1
flask_bcrypt==1.0.1
flask_caching==2.0.2
flask_caching==2.1.0
flask_fixtures==0.3.8
flask_mail==0.9.1
flask_principal==0.4.0
flask_restful==0.3.10
flask_sqlalchemy==3.1.1
flask-fs2[swift, s3]==0.7.20
flask-fs2[swift, s3]==0.7.21
flask-jwt-extended==4.5.3
flask-migrate==4.0.5
flask-socketio==5.3.6
flask==2.3.3
gazu==0.9.12
flask==3.0.0
gazu==0.9.13
gevent-websocket==0.10.1
gevent==23.9.1
gunicorn==21.2.0
Expand Down Expand Up @@ -73,7 +73,7 @@ install_requires =
sqlalchemy_utils==0.41.1
sqlalchemy==2.0.21
ua-parser==0.18.0
werkzeug==2.3.7
werkzeug==3.0.0

[options.package_data]
* = app/file_trees/*.json,migrations/*,migrations/versions/*.py
Expand Down

0 comments on commit a689181

Please sign in to comment.