File tree 1 file changed +3
-3
lines changed
{{cookiecutter.project_slug}}/requirements
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ hiredis==2.3.2 # https://github.com/redis/hiredis-py
17
17
# Django
18
18
# ------------------------------------------------------------------------------
19
19
{%- if cookiecutter.cloud_provider == 'AWS' %}
20
- django-storages[s3]==1.14.2 # https://github.com/jschneier/django-storages
20
+ django-storages[s3]==1.14.3 # https://github.com/jschneier/django-storages
21
21
{%- elif cookiecutter.cloud_provider == 'GCP' %}
22
- django-storages[google]==1.14.2 # https://github.com/jschneier/django-storages
22
+ django-storages[google]==1.14.3 # https://github.com/jschneier/django-storages
23
23
{%- elif cookiecutter.cloud_provider == 'Azure' %}
24
- django-storages[azure]==1.14.2 # https://github.com/jschneier/django-storages
24
+ django-storages[azure]==1.14.3 # https://github.com/jschneier/django-storages
25
25
{%- endif %}
26
26
{%- if cookiecutter.mail_service == 'Mailgun' %}
27
27
django-anymail[mailgun]==10.3 # https://github.com/anymail/django-anymail
You can’t perform that action at this time.
0 commit comments