mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-16 06:42:08 +03:00
Update django-compressor to 3.1 (#3476)
This commit is contained in:
parent
d2184ae952
commit
b9d95ad495
|
@ -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 New Issue
Block a user