Update django-compressor from 2.0 to 2.1

This commit is contained in:
pyup-bot 2016-08-09 09:34:03 -07:00
parent 26561841f6
commit 0a4e2d1dc3

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' -%}