Switched to quart as the web server
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Jef Roosens 2021-05-18 11:24:35 +02:00
parent b9da3f39d4
commit 5806c696e3
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -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