mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Update django-anymail from 7.0.0 to 7.1.0
This commit is contained in:
parent
02aaba1ee5
commit
efd53908af
|
@ -19,7 +19,7 @@ django-storages[boto3]==1.9.1 # https://github.com/jschneier/django-storages
|
||||||
django-storages[google]==1.9.1 # https://github.com/jschneier/django-storages
|
django-storages[google]==1.9.1 # https://github.com/jschneier/django-storages
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.mail_service == 'Mailgun' %}
|
{%- if cookiecutter.mail_service == 'Mailgun' %}
|
||||||
django-anymail[mailgun]==7.0.0 # https://github.com/anymail/django-anymail
|
django-anymail[mailgun]==7.1.0 # https://github.com/anymail/django-anymail
|
||||||
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
|
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
|
||||||
django-anymail[amazon_ses]==7.0.0 # https://github.com/anymail/django-anymail
|
django-anymail[amazon_ses]==7.0.0 # https://github.com/anymail/django-anymail
|
||||||
{%- elif cookiecutter.mail_service == 'Mailjet' %}
|
{%- elif cookiecutter.mail_service == 'Mailjet' %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user