Merge commit '580d90a4beb1a572d2fd6929fab2c2f1db981d56'

This commit is contained in:
Trung Dong Huynh 2017-01-11 10:55:29 +00:00
commit 3792d3ff02
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
cookiecutter==1.5.0 cookiecutter==1.5.0
flake8==3.2.1 # pyup: != 2.6.0 flake8==3.2.1 # pyup: != 2.6.0
sh==1.12.8 sh==1.12.9
binaryornot==0.4.0 binaryornot==0.4.0
# Testing # Testing
pytest==3.0.5 pytest==3.0.5
pep8==1.7.0 pep8==1.7.0
pyflakes==1.4.0 pyflakes==1.5.0
tox==2.5.0 tox==2.5.0
pytest-cookies==0.2.0 pytest-cookies==0.2.0

View File

@ -19,7 +19,7 @@ gunicorn==19.6.0
boto==2.45.0 boto==2.45.0
django-storages-redux==1.3.2 django-storages-redux==1.3.2
{% if cookiecutter.use_whitenoise != 'y' -%} {% if cookiecutter.use_whitenoise != 'y' -%}
Collectfast==0.4.1 Collectfast==0.5.1
{%- endif %} {%- endif %}
# Email backends for Mailgun, Postmark, SendGrid and more # Email backends for Mailgun, Postmark, SendGrid and more