diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-17 01:05:03 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-17 01:05:03 +0800 |
commit | e0004e3c74e3c413d7c818f10196fd1fa03c2703 (patch) | |
tree | d09c4618e97ed82300be198c2968527c80401665 /www/Makefile | |
parent | ce8b00a173a9cb0ba42cb61c05856ea16a7e2bae (diff) | |
download | freebsd-ports-gnome-e0004e3c74e3c413d7c818f10196fd1fa03c2703.tar.gz freebsd-ports-gnome-e0004e3c74e3c413d7c818f10196fd1fa03c2703.tar.zst freebsd-ports-gnome-e0004e3c74e3c413d7c818f10196fd1fa03c2703.zip |
Extension for Flask that compresses responses with gzip
WWW: https://github.com/libwilliam/flask-compress
PR: 210977
Submitted by: Andrej Ebert <andrej@ebert.su>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1711d15f7b59..fbd456797e15 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1596,6 +1596,7 @@ SUBDIR += py-flask-admin SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache + SUBDIR += py-flask-compress SUBDIR += py-flask-cors SUBDIR += py-flask-flatpages SUBDIR += py-flask-oauthlib |