We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdaf3a commit 08ae6ebCopy full SHA for 08ae6eb
setup.py
@@ -63,6 +63,7 @@
63
"falcon>=2,<3",
64
"fastapi<1",
65
"Flask>=1,<2",
66
+ "Werkzeug<2", # Flask is not yet compatible with the major version
67
"pyramid>=1,<2",
68
"sanic>=20,<21",
69
"starlette>=0.13,<1",
0 commit comments