This commit is contained in:
pyup.io bot 2016-08-11 10:02:56 +00:00 committed by GitHub
commit 4dc19ce036

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