mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-04 05:34:39 +03:00
Update django-compressor to 2.4 (#2385)
Update django-compressor to 2.4
This commit is contained in:
commit
7ae616370b
|
@ -25,7 +25,7 @@ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
|
|||
django-allauth==0.41.0 # https://github.com/pennersr/django-allauth
|
||||
django-crispy-forms==1.8.1 # https://github.com/django-crispy-forms/django-crispy-forms
|
||||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django-compressor==2.3 # https://github.com/django-compressor/django-compressor
|
||||
django-compressor==2.4 # https://github.com/django-compressor/django-compressor
|
||||
{%- endif %}
|
||||
django-redis==4.11.0 # https://github.com/niwinz/django-redis
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user