Skip to content

Commit 162398a

Browse files
committed
Add flask async as dev dependency
1 parent ad905ef commit 162398a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"flask>=1,<3",
2828
]
2929

30+
install_flask_async_requires = [
31+
"flask[async]>=2,<3",
32+
]
33+
3034
install_sanic_requires = [
3135
"sanic>=21.12,<23",
3236
]
@@ -43,7 +47,7 @@
4347

4448
install_all_requires = (
4549
install_requires
46-
+ install_flask_requires
50+
+ install_flask_async_requires
4751
+ install_sanic_requires
4852
+ install_webob_requires
4953
+ install_aiohttp_requires

0 commit comments

Comments
 (0)