Added async extra for flask [CI SKIP]
This commit is contained in:
parent
19e5eebb54
commit
b9da3f39d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[options]
|
[options]
|
||||||
install_requires =
|
install_requires =
|
||||||
flask==2.0.0
|
flask[async]==2.0.0
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
# Used inside Tox for running tests
|
# Used inside Tox for running tests
|
||||||
|
|
|
||||||
Reference in a new issue