Merge pull request #732 from pydanny/pyup-update-django-compressor-2.0-to-2.1

Update django-compressor to 2.1
This commit is contained in:
Jannis Gebauer 2016-08-11 14:30:19 +02:00 committed by GitHub
commit b646fccc4c

View File

@ -55,7 +55,7 @@ celery==3.1.23
{% endif %}
{% if cookiecutter.use_compressor == "y" %}
django_compressor==2.0
django-compressor==2.1
{% endif %}
{% if cookiecutter.js_task_runner == 'Webpack' -%}