Skip to content

Commit

Permalink
pin Wekzeug version (3.0 breaks older flask)
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed Oct 24, 2023
1 parent 5691067 commit 25b7319
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ isodate
# flask 2.3 does not provide flask.json.JSONEncoder anymore
# (can be replaced by vanilla json encoder, but our code is not updated (yet?)
flask==2.2.3
# https://stackoverflow.com/a/77217971
# current version 3.0 does not work with (older) Flask
Werkzeug==2.2.2
psutil
fastapi
uvicorn[standard]
Expand Down

0 comments on commit 25b7319

Please sign in to comment.