Skip to content

Commit 51daa12

Browse files
committed
Update comments about Flask versions in setup.py
1 parent 6bc0fca commit 51daa12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pytest-asyncio<1", # for async
1818
"aiohttp>=3,<4", # for async
1919
"Flask-Sockets>=0.2,<1",
20-
"Werkzeug<2", # Flask-Sockets is not yet compatible with the major version
20+
"Werkzeug<2", # TODO: support Flask 2.x
2121
"black==20.8b1",
2222
]
2323

@@ -63,7 +63,7 @@
6363
"falcon>=2,<3",
6464
"fastapi<1",
6565
"Flask>=1,<2",
66-
"Werkzeug<2", # Flask is not yet compatible with the major version
66+
"Werkzeug<2", # TODO: support Flask 2.x
6767
"pyramid>=1,<2",
6868
"sanic>=20,<21",
6969
"starlette>=0.13,<1",

0 commit comments

Comments
 (0)