update ipython version to 3.2.0

whitenoise version to 2.0
coverage version to 4.0a6
This commit is contained in:
Fabio C. Barrioneuvo da Luz 2015-06-22 09:21:16 -03:00
parent 88a6ba641e
commit 009f6b79a4
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ sh
# Debugging
# -------------------------------------
ipdb==0.8.1
ipython==3.1.0
ipython==3.2.0
# Testing
# -------------------------------------

View File

@ -5,7 +5,7 @@ django==1.8.2
django-environ==0.3.0
django-secure==1.0.1
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==1.0.6
whitenoise==2.0
{%- endif %}

View File

@ -1,4 +1,4 @@
# Test dependencies go here.
-r base.txt
coverage==4.0a5
coverage==4.0a6
flake8==2.4.1