Skip to content

Commit afe5503

Browse files
committed
Force werkzeug<3.0 when installing flask 2.1
1 parent bb3950e commit afe5503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deps =
1313
pytest
1414
cryptography
1515
python-dateutil
16-
flask21: Flask>=2.1,<2.2
16+
flask21: Flask>=2.1,<2.2;Werkzeug<3.0
1717

1818
[testenv:mypy]
1919
commands =

0 commit comments

Comments
 (0)