boto is required for boto3 to work

This commit is contained in:
Bo Peng 2020-01-28 19:02:39 -06:00
parent 2698867cf8
commit 34fe78320d

View File

@ -14,7 +14,7 @@ sentry-sdk==0.14.1 # https://github.com/getsentry/sentry-python
# Django
# ------------------------------------------------------------------------------
{%- if cookiecutter.cloud_provider == 'AWS' %}
django-storages[boto3]==1.8 # https://github.com/jschneier/django-storages
django-storages[boto,boto3]==1.8 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'GCP' %}
django-storages[google]==1.8 # https://github.com/jschneier/django-storages
{%- endif %}