Skip to content

Commit

Permalink
Force werkzeug<3.0 when installing flask 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Oct 3, 2023
1 parent bb3950e commit afe5503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps =
pytest
cryptography
python-dateutil
flask21: Flask>=2.1,<2.2
flask21: Flask>=2.1,<2.2;Werkzeug<3.0

[testenv:mypy]
commands =
Expand Down

0 comments on commit afe5503

Please sign in to comment.