Skip to content

Commit

Permalink
WebHost: update flask (ArchipelagoMW#2250)
Browse files Browse the repository at this point in the history
* WebHost: update flask

* WebHost: update flask-caching

---------

Co-authored-by: black-sliver <[email protected]>
  • Loading branch information
Berserker66 and black-sliver authored Oct 9, 2023
1 parent 0d8a868 commit a7b4914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion WebHostLib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
}
app.config["MAX_ROLL"] = 20
app.config["CACHE_TYPE"] = "SimpleCache"
app.config["JSON_AS_ASCII"] = False
app.config["HOST_ADDRESS"] = ""

cache = Cache()
Expand Down
4 changes: 2 additions & 2 deletions WebHostLib/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flask>=2.2.3
flask>=3.0.0
pony>=0.7.17
waitress>=2.1.2
Flask-Caching>=2.0.2
Flask-Caching>=2.1.0
Flask-Compress>=1.14
Flask-Limiter>=3.5.0
bokeh>=3.1.1; python_version <= '3.8'
Expand Down

0 comments on commit a7b4914

Please sign in to comment.