Merge pull request #593 from pydanny/requires-io-master

[requires.io] dependency update on master branch
This commit is contained in:
Audrey Roy Greenfeld 2016-06-05 18:24:49 -07:00
commit b9623c64a8
5 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ sh==1.11
binaryornot==0.4.0
# Testing
pytest==2.9.1
pytest==2.9.2
pep8==1.7.0
pyflakes==1.2.3
tox==2.3.1

View File

@ -7,17 +7,17 @@ wheel==0.29.0
{%- endif %}
# Bleeding edge Django
django==1.9.6
django==1.9.7
# Configuration
django-environ==0.4.0
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==3.0
whitenoise==3.2
{%- endif %}
# Forms
django-braces==1.8.1
django-braces==1.9.0
django-crispy-forms==1.6.0
django-floppyforms==1.6.2
@ -47,7 +47,7 @@ django-autoslug==1.9.3
pytz==2016.4
# Redis support
django-redis==4.4.2
django-redis==4.4.3
redis>=2.10.0
{% if cookiecutter.use_celery == "y" %}

View File

@ -1,11 +1,11 @@
# Local development dependencies go here
-r base.txt
coverage==4.0.3
django_coverage_plugin==1.3
coverage==4.1
django-coverage-plugin==1.3.1
Sphinx
django-extensions==1.6.7
Werkzeug==0.11.9
django-test-plus==1.0.12
Werkzeug==0.11.10
django-test-plus==1.0.13
factory_boy==2.7.0
django-debug-toolbar==1.4

View File

@ -12,7 +12,7 @@ psycopg2==2.6.1
# WSGI Handler
# ------------------------------------------------
gevent==1.1.1
gunicorn==19.5.0
gunicorn==19.6.0
# Static and Media Storage
# ------------------------------------------------

View File

@ -7,10 +7,10 @@
psycopg2==2.6.1
{%- endif %}
coverage==4.0.3
django_coverage_plugin==1.3
coverage==4.1
django-coverage-plugin==1.3.1
flake8==2.5.4
django-test-plus==1.0.12
django-test-plus==1.0.13
factory_boy==2.7.0
# pytest