Update the 'extra' for Amazon SES

This commit is contained in:
Bruno Alla 2023-05-30 15:58:37 +01:00
parent 236f964f8a
commit a26c7a6c38
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ django-storages[azure]==1.13.2 # https://github.com/jschneier/django-storages
{%- if cookiecutter.mail_service == 'Mailgun' %}
django-anymail[mailgun]==10.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
django-anymail[amazon_ses]==10.0 # https://github.com/anymail/django-anymail
django-anymail[amazon-ses]==10.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Mailjet' %}
django-anymail[mailjet]==10.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Mandrill' %}