mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-23 03:15:48 +00:00
Update django-compressor from 2.1.1 to 2.2 (#1287)
This commit is contained in:
parent
c216de7387
commit
796247a284
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue