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
sh
@ -9,7 +9,7 @@ ipython==4.0.0
# Testing
# -------------------------------------
pytest==2.8.0
pytest==2.8.1
git+git://github.com/mverteuil/pytest-ipdb.git
pep8==1.6.2
pyflakes==1.0.0

View File

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

View File

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

View File

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

View File

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