Update version of django-crispy-forms to 1.5.1, django-extensions to 1.5.6, django-test-plus to 1.0.9, gevent to 1.1b3, coverage to 4.0b2, hitchpython to 0.3.3 and hitchtest to 0.7.6

This commit is contained in:
Fabio C. Barrionuevo da Luz 2015-08-30 22:52:38 -03:00
parent acc8e0bc4c
commit 795fccc15f
4 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ whitenoise==2.0.3
# Forms # Forms
django-braces==1.8.1 django-braces==1.8.1
django-crispy-forms==1.5.0 django-crispy-forms==1.5.1
django-floppyforms==1.5.2 django-floppyforms==1.5.2
# Models # Models

View File

@ -2,9 +2,9 @@
-r base.txt -r base.txt
coverage==3.7.1 coverage==3.7.1
Sphinx Sphinx
django-extensions==1.5.5 django-extensions==1.5.6
Werkzeug==0.10.4 Werkzeug==0.10.4
django-test-plus==1.0.8 django-test-plus==1.0.9
factory_boy==2.5.2 factory_boy==2.5.2
# django-debug-toolbar that works with Django 1.5+ # django-debug-toolbar that works with Django 1.5+
@ -15,7 +15,7 @@ ipdb==0.8.1
{% if cookiecutter.use_maildump == "y" -%} {% if cookiecutter.use_maildump == "y" -%}
# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible. # Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
gevent==1.1b2 gevent==1.1b3
# Enables better email testing # Enables better email testing
maildump==0.5.1 maildump==0.5.1
{%- endif %} {%- endif %}

View File

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

View File

@ -3,12 +3,12 @@ colorama==0.3.3
faketime==0.9.6.3 faketime==0.9.6.3
hitchcron==0.2 hitchcron==0.2
hitchpostgres==0.6.2 hitchpostgres==0.6.2
hitchpython==0.3.2 hitchpython==0.3.3
hitchredis==0.4.1 hitchredis==0.4.1
hitchselenium==0.4 hitchselenium==0.4
hitchserve==0.4.3 hitchserve==0.4.3
hitchsmtp==0.2.1 hitchsmtp==0.2.1
hitchtest==0.7.5 hitchtest==0.7.6
humanize==0.5.1 humanize==0.5.1
ipython==4.0.0 ipython==4.0.0
Jinja2==2.8 Jinja2==2.8