From e2199b283d13018d301fc102dbe08ab46a616998 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 20 Oct 2017 12:23:58 +0200 Subject: Use django-compressor to compress CSS and JS - switch to html5 page declaration --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 2b41343a2..7ef1b5ce2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ django-extra-views==0.2.4 beautifulsoup4==4.3.2 markdown==2.5.1 django-ajax-selects==1.6.0 +django-compressor==2.1 django-formtools==2.0 -- cgit v1.2.3