Browse Source

fixing issue with werkzeug 3.0

practices
SimonXIX 1 year ago
parent
commit
6f19b9286e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      web/requirements.txt

+ 2
- 1
web/requirements.txt View File

@@ -1,5 +1,6 @@
flask
flask-sqlalchemy
werkzeug==2.3
flask-login
flask-moment
gunicorn
@@ -9,4 +10,4 @@ isbntools
requests
marshmallow
flask-marshmallow
pandas
pandas

Loading…
Cancel
Save