Update version of requirements

cookiecutter, coverage, django-environ, django-extensions, hitchpython, hitchselenium, hitchserve, pytest, pytz, whitenoise
This commit is contained in:
Fabio C. Barrioneuvo da Luz 2015-09-30 15:10:12 -03:00
parent 50ff5810be
commit 0fb5f5d854
5 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
cookiecutter==1.0.0 cookiecutter==1.1.0
flake8==2.4.1 flake8==2.4.1
sh sh
@ -9,7 +9,7 @@ ipython==4.0.0
# Testing # Testing
# ------------------------------------- # -------------------------------------
pytest==2.8.0 pytest==2.8.1
git+git://github.com/mverteuil/pytest-ipdb.git git+git://github.com/mverteuil/pytest-ipdb.git
pep8==1.6.2 pep8==1.6.2
pyflakes==1.0.0 pyflakes==1.0.0

View File

@ -2,10 +2,10 @@
django==1.8.4 django==1.8.4
# Configuration # Configuration
django-environ==0.3.0 django-environ==0.4.0
django-secure==1.0.1 django-secure==1.0.1
{% if cookiecutter.use_whitenoise == 'y' -%} {% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==2.0.3 whitenoise==2.0.4
{%- endif %} {%- endif %}
@ -32,7 +32,7 @@ unicode-slugify==0.1.3
django-autoslug==1.8.0 django-autoslug==1.8.0
# Time zones support # Time zones support
pytz==2015.4 pytz==2015.6
# Redis support # Redis support
django-redis==4.2.0 django-redis==4.2.0

View File

@ -1,8 +1,8 @@
# Local development dependencies go here # Local development dependencies go here
-r base.txt -r base.txt
coverage==3.7.1 coverage==4.0
Sphinx Sphinx
django-extensions==1.5.6 django-extensions==1.5.7
Werkzeug==0.10.4 Werkzeug==0.10.4
django-test-plus==1.0.9 django-test-plus==1.0.9
factory_boy==2.5.2 factory_boy==2.5.2

View File

@ -1,6 +1,6 @@
# Test dependencies go here. # Test dependencies go here.
-r base.txt -r base.txt
coverage==4.0b3 coverage==4.0
flake8==2.4.1 flake8==2.4.1
django-test-plus==1.0.9 django-test-plus==1.0.9
factory_boy==2.5.2 factory_boy==2.5.2

View File

@ -3,10 +3,10 @@ colorama==0.3.3
faketime==0.9.6.3 faketime==0.9.6.3
hitchcron==0.2 hitchcron==0.2
hitchpostgres==0.6.3 hitchpostgres==0.6.3
hitchpython==0.3.5 hitchpython==0.3.8
hitchredis==0.4.3 hitchredis==0.4.3
hitchselenium==0.4.1 hitchselenium==0.4.3
hitchserve==0.4.4 hitchserve==0.4.5
hitchsmtp==0.2.1 hitchsmtp==0.2.1
hitchtest==0.8.0 hitchtest==0.8.0
humanize==0.5.1 humanize==0.5.1