diff options
author | mjfernez <mjfernez@gmail.com> | 2021-10-06 21:47:10 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-10-06 21:47:10 -0400 |
commit | a800163aeae0998fa49f011664f32a6c348db886 (patch) | |
tree | 0e9dc38ad5c1fac12ee07f5f6c1fa5ab178330eb /requirements.txt | |
parent | 6ddd97e1c39f55fe60fca093ca4fe610eca6d462 (diff) | |
download | ezcms-a800163aeae0998fa49f011664f32a6c348db886.tar.gz |
Adds gzip support by default
This commit adds Flask-Compress to the stack, an excellent module that
makes the site load faster. This also adds and amends the default
siteconfig
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a753d36..63d0835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ MarkupSafe==2.0.1 pip==20.3.4 setuptools==44.1.1 Werkzeug==2.0.1 +Flask-Compress==1.10.1 |