mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Update django-compressor from 2.4 to 2.4.1
This commit is contained in:
parent
713220f305
commit
6eaddddf87
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ django-model-utils==4.1.1 # https://github.com/jazzband/django-model-utils
|
|||
django-allauth==0.44.0 # https://github.com/pennersr/django-allauth
|
||||
django-crispy-forms==1.11.2 # https://github.com/django-crispy-forms/django-crispy-forms
|
||||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django-compressor==2.4 # https://github.com/django-compressor/django-compressor
|
||||
django-compressor==2.4.1 # https://github.com/django-compressor/django-compressor
|
||||
{%- endif %}
|
||||
django-redis==4.12.1 # https://github.com/jazzband/django-redis
|
||||
{%- if cookiecutter.use_drf == "y" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue