We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc0fca commit 51daa12Copy full SHA for 51daa12
setup.py
@@ -17,7 +17,7 @@
17
"pytest-asyncio<1", # for async
18
"aiohttp>=3,<4", # for async
19
"Flask-Sockets>=0.2,<1",
20
- "Werkzeug<2", # Flask-Sockets is not yet compatible with the major version
+ "Werkzeug<2", # TODO: support Flask 2.x
21
"black==20.8b1",
22
]
23
@@ -63,7 +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