mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 06:03:09 +00:00
Merge pull request #2981 from pydanny/pyup-update-django-storages-1.11-to-1.11.1
This commit is contained in:
commit
4bc7ca0509
1 changed files with 2 additions and 2 deletions
|
|
@ -17,9 +17,9 @@ hiredis==1.1.0 # https://github.com/redis/hiredis-py
|
|||
# Django
|
||||
# ------------------------------------------------------------------------------
|
||||
{%- if cookiecutter.cloud_provider == 'AWS' %}
|
||||
django-storages[boto3]==1.11 # https://github.com/jschneier/django-storages
|
||||
django-storages[boto3]==1.11.1 # https://github.com/jschneier/django-storages
|
||||
{%- elif cookiecutter.cloud_provider == 'GCP' %}
|
||||
django-storages[google]==1.11 # https://github.com/jschneier/django-storages
|
||||
django-storages[google]==1.11.1 # https://github.com/jschneier/django-storages
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.mail_service == 'Mailgun' %}
|
||||
django-anymail[mailgun]==8.1 # https://github.com/anymail/django-anymail
|
||||
|
|
|
|||
Loading…
Reference in a new issue