Skip to content

Commit

Permalink
setup: pin werkzeug
Browse files Browse the repository at this point in the history
* temporary solution because of removed __version__ and not yet removed
  pin of flask
  • Loading branch information
utnapischtim committed Nov 5, 2024
1 parent 3f91185 commit 4273ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ install_requires =
Flask-RESTful>=0.3.7
pillow>=7.0
six>=1.7.2
# remove after flask pin in pytest has been removed
werkzeug<3.1.0

[options.extras_require]
tests =
Expand Down

0 comments on commit 4273ac7

Please sign in to comment.