Skip to content

Commit

Permalink
setup: upper pin werkzeug
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Jul 25, 2022
1 parent 8b24999 commit f57b98d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ install_requires =
invenio-rdm-records>=0.35.20,<0.36.0
CairoSVG>=2.5.2,<3.0.0
# Werkzeug - due to https://github.com/pallets/werkzeug/issues/2397
Werkzeug>=1.0,!=2.1.0,!=2.1.1
# and https://github.com/maxcountryman/flask-login/issues/686
Werkzeug>=1.0,!=2.1.0,!=2.1.1,<2.2.0

[options.extras_require]
tests =
Expand Down

0 comments on commit f57b98d

Please sign in to comment.