Skip to content

Commit

Permalink
Pin django_compressor to use versions lower than 2.0
Browse files Browse the repository at this point in the history
Pin django_compressor to use versions lower than 2.0 to prevent errors deploying
  • Loading branch information
ramonakira committed Jan 8, 2016
1 parent 2d180a1 commit 659b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 659b860

Please sign in to comment.