We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15aaf2e commit 0b44dd7Copy full SHA for 0b44dd7
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -36,7 +36,7 @@ django-allauth==0.51.0 # https://github.com/pennersr/django-allauth
36
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
37
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
38
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
39
-django-compressor==4.0 # https://github.com/django-compressor/django-compressor
+django-compressor==4.1 # https://github.com/django-compressor/django-compressor
40
{%- endif %}
41
django-redis==5.2.0 # https://github.com/jazzband/django-redis
42
{%- if cookiecutter.use_drf == 'y' %}
0 commit comments