Skip to content

Commit

Permalink
Specify compressor version in requirements.txt
Browse files Browse the repository at this point in the history
With its 2.0 release, django-compressor 2.0 dropped support for Django
1.7. Since Django 1.7 is still considered supported by
django-oscar-paypal, ensure using django-compressor 1.6 (which still
supported Django 1.7).

See also:

django-compressor/django-compressor@e27fce7

This commit can simply be reverted when Django 1.7 support is dropped.
  • Loading branch information
fghaas authored and maiksprenger committed Jan 12, 2016
1 parent 282c85c commit baf82b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# django-compressor 2.0 dropped support for Django 1.7. Since Django
# 1.7 is still considered supported by django-oscar-paypal, ensure
# using django-compressor 1.6 (which still supported Django 1.7).
django-compressor==1.6

# Testing
mock==1.0.1
coverage==3.7.1
Expand Down

0 comments on commit baf82b1

Please sign in to comment.