mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Update django-anymail from 8.2 to 8.4
This commit is contained in:
parent
fe187ddb6a
commit
19af4c063a
|
@ -22,7 +22,7 @@ django-storages[boto3]==1.11.1 # https://github.com/jschneier/django-storages
|
||||||
django-storages[google]==1.11.1 # https://github.com/jschneier/django-storages
|
django-storages[google]==1.11.1 # https://github.com/jschneier/django-storages
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.mail_service == 'Mailgun' %}
|
{%- if cookiecutter.mail_service == 'Mailgun' %}
|
||||||
django-anymail[mailgun]==8.2 # https://github.com/anymail/django-anymail
|
django-anymail[mailgun]==8.4 # https://github.com/anymail/django-anymail
|
||||||
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
|
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
|
||||||
django-anymail[amazon_ses]==8.2 # https://github.com/anymail/django-anymail
|
django-anymail[amazon_ses]==8.2 # https://github.com/anymail/django-anymail
|
||||||
{%- elif cookiecutter.mail_service == 'Mailjet' %}
|
{%- elif cookiecutter.mail_service == 'Mailjet' %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user