aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-02-25 17:36:01 -0500
committermjfernez <mjf@mjfer.net>2022-02-25 17:36:01 -0500
commit5589754533aab9b7edbdc41cc13c2cd189aa3c26 (patch)
tree8e8b6ace47e4233eb807d8f0eec7ea7ad3dab73f /requirements.txt
parent43e114b82500476fa81754bf099ad25ee945201e (diff)
downloadezcms-5589754533aab9b7edbdc41cc13c2cd189aa3c26.tar.gz
Remove flask caching and unused imports
This removes Flask caching since it seems I'm dumb and can't implement it correctly and it seems to serve pretty much no purpose anyway. Caching can always be handled by the server in front This commit also removes some unused imports that were leftover after moving functionality to different files (like view_functions) Flask compress might be useless too since nginx can also gzip. But I can actually observe the change... is there any problem with double gzipping?
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b3c4209..63d0835 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,3 @@ pip==20.3.4
setuptools==44.1.1
Werkzeug==2.0.1
Flask-Compress==1.10.1
-Flask-Caching==1.10.1