Update django-compressor from 2.0 to 2.1

This commit is contained in:
pyup-bot 2016-08-11 03:05:16 -07:00
parent 4636f09232
commit 676cee53b5

View File

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