Update django-compressor from 2.1.1 to 2.2 (#1287)

This commit is contained in:
pyup.io bot 2017-08-20 17:31:41 +02:00 committed by Shupeyko Nikita
parent c216de7387
commit 796247a284

View File

@ -56,7 +56,7 @@ celery==3.1.25
{% if cookiecutter.use_compressor == "y" %}
rcssmin==1.0.6 {% if cookiecutter.windows == 'y' %}--install-option="--without-c-extensions"{% endif %}
django-compressor==2.1.1
django-compressor==2.2
{% endif %}
# Your custom requirements go here