From 79702aba652e4c8d81f93bbf43d0ad50f8f7e2d5 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 25 Jul 2022 22:50:07 +0200 Subject: [PATCH] WebHost: flask caching did a rename --- WebHostLib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index 6280ecdf..c9ee8620 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -1,7 +1,7 @@ flask>=2.1.2 pony>=0.7.16 waitress>=2.1.1 -flask-caching>=2.0.0 +Flask-Caching>=2.0.0 Flask-Compress>=1.12 Flask-Limiter>=2.5.0 bokeh>=2.4.3 \ No newline at end of file