From 659b8607e11801101e263065868c9503be9c61c1 Mon Sep 17 00:00:00 2001 From: Ramon Date: Fri, 8 Jan 2016 16:19:02 +0100 Subject: [PATCH] Pin django_compressor to use versions lower than 2.0 Pin django_compressor to use versions lower than 2.0 to prevent errors deploying --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae6ba240..26990c1d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires=[ 'Pillow>=2.2.1', 'django-mptt>=0.6.1', - 'django_compressor>=1.4', + 'django_compressor>=1.4,<2.0', 'djangorestframework>=2.3.8,<3.0', 'easy-thumbnails>=2.2', ],