mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 05:54:53 +03:00
Update django-storages from 1.14.3 to 1.14.4
This commit is contained in:
parent
35374126f3
commit
0ce46d90d5
|
@ -21,7 +21,7 @@ django-storages[s3]==1.14.4 # https://github.com/jschneier/django-storages
|
||||||
{%- elif cookiecutter.cloud_provider == 'GCP' %}
|
{%- elif cookiecutter.cloud_provider == 'GCP' %}
|
||||||
django-storages[google]==1.14.4 # https://github.com/jschneier/django-storages
|
django-storages[google]==1.14.4 # https://github.com/jschneier/django-storages
|
||||||
{%- elif cookiecutter.cloud_provider == 'Azure' %}
|
{%- elif cookiecutter.cloud_provider == 'Azure' %}
|
||||||
django-storages[azure]==1.14.3 # https://github.com/jschneier/django-storages
|
django-storages[azure]==1.14.4 # https://github.com/jschneier/django-storages
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.mail_service == 'Mailgun' %}
|
{%- if cookiecutter.mail_service == 'Mailgun' %}
|
||||||
django-anymail[mailgun]==11.0 # https://github.com/anymail/django-anymail
|
django-anymail[mailgun]==11.0 # https://github.com/anymail/django-anymail
|
||||||
|
|
Loading…
Reference in New Issue
Block a user