WebHost: update flask (#2250)

* WebHost: update flask

* WebHost: update flask-caching

---------

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
Fabian Dill 2023-10-09 10:18:41 +02:00 committed by GitHub
parent 0d8a868ed9
commit a7b4914bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -50,7 +50,6 @@ app.config["PONY"] = {
} }
app.config["MAX_ROLL"] = 20 app.config["MAX_ROLL"] = 20
app.config["CACHE_TYPE"] = "SimpleCache" app.config["CACHE_TYPE"] = "SimpleCache"
app.config["JSON_AS_ASCII"] = False
app.config["HOST_ADDRESS"] = "" app.config["HOST_ADDRESS"] = ""
cache = Cache() cache = Cache()

View File

@ -1,7 +1,7 @@
flask>=2.2.3 flask>=3.0.0
pony>=0.7.17 pony>=0.7.17
waitress>=2.1.2 waitress>=2.1.2
Flask-Caching>=2.0.2 Flask-Caching>=2.1.0
Flask-Compress>=1.14 Flask-Compress>=1.14
Flask-Limiter>=3.5.0 Flask-Limiter>=3.5.0
bokeh>=3.1.1; python_version <= '3.8' bokeh>=3.1.1; python_version <= '3.8'