mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
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:
@@ -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()
|
||||||
|
@@ -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'
|
||||||
|
Reference in New Issue
Block a user