diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 9f997c2d..0d9af985 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -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