Merge pull request #249 from luzfcb/master

update requirements
This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-06-22 09:34:17 -03:00
commit 80a80bd660
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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