From e6e7431892b49d11a1ec6014cedf53916f006434 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 20 Oct 2020 20:35:36 +0200 Subject: [PATCH] update flask compress (cxFreeze also has an update but is not a requirement for running, only compiling) --- WebHostLib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index 31ead753..52aa607d 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -3,5 +3,5 @@ pony>=0.7.13 waitress>=1.4.4 flask-caching>=1.9.0 Flask-Autoversion>=0.2.0 -Flask-Compress>=1.5.0 +Flask-Compress>=1.7.0 Flask-Limiter>=1.4