Skip to content

Commit fe30061

Browse files
committed
Specify compressor version in requirements.txt
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
1 parent 282c85c commit fe30061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# django-compressor 2.0 dropped support for Django 1.7. Since Django
2+
# 1.7 is still considered supported by django-oscar-paypal, ensure
3+
# using django-compressor 1.6 (which still supported Django 1.7).
4+
django-compressor==1.6
5+
16
# Testing
27
mock==1.0.1
38
coverage==3.7.1

0 commit comments

Comments
 (0)