We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ecfc5 commit 0901530Copy full SHA for 0901530
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -31,7 +31,7 @@ uvicorn[standard]==0.29.0 # https://github.com/encode/uvicorn
31
django==4.2.11 # pyup: < 5.0 # https://www.djangoproject.com/
32
django-environ==0.11.2 # https://github.com/joke2k/django-environ
33
django-model-utils==4.5.0 # https://github.com/jazzband/django-model-utils
34
-django-allauth[mfa]==0.62.0 # https://github.com/pennersr/django-allauth
+django-allauth[mfa]==0.62.1 # https://github.com/pennersr/django-allauth
35
django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms
36
crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5
37
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
0 commit comments