Install boto3 as extra of django-storages

Closes #1586.
This commit is contained in:
Nikita P. Shupeyko 2018-05-05 15:01:03 +03:00
parent 1732659678
commit 2eac9648a1

View File

@ -4,7 +4,6 @@
gevent==1.2.2
gunicorn==19.8.1 # https://github.com/benoitc/gunicorn
boto3==1.6.2 # pyup: update minor # https://github.com/boto/boto3
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
{%- if cookiecutter.use_whitenoise == 'n' %}
Collectfast==0.6.2 # https://github.com/antonagestam/collectfast
@ -15,5 +14,5 @@ raven==6.7.0 # https://github.com/getsentry/raven-python
# Django
# ------------------------------------------------------------------------------
django-storages==1.6.6 # https://github.com/jschneier/django-storages
django-storages[boto3]==1.6.6 # https://github.com/jschneier/django-storages
django-anymail==2.2 # https://github.com/anymail/django-anymail