mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 10:01:52 +00:00
Update django-compressor to 3.1 (#3476)
This commit is contained in:
parent
d2184ae952
commit
b9d95ad495
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ django-allauth==0.47.0 # https://github.com/pennersr/django-allauth
|
|||
django-crispy-forms==1.13.0 # https://github.com/django-crispy-forms/django-crispy-forms
|
||||
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
|
||||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django-compressor==3.0 # https://github.com/django-compressor/django-compressor
|
||||
django-compressor==3.1 # https://github.com/django-compressor/django-compressor
|
||||
{%- endif %}
|
||||
django-redis==5.1.0 # https://github.com/jazzband/django-redis
|
||||
{%- if cookiecutter.use_drf == "y" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue