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', ],