Switched to quart as the web server
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
b9da3f39d4
commit
5806c696e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[options]
|
[options]
|
||||||
install_requires =
|
install_requires =
|
||||||
flask[async]==2.0.0
|
quart==0.15.0
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
# Used inside Tox for running tests
|
# Used inside Tox for running tests
|
||||||
|
|
|
||||||
Reference in a new issue