update flake8 version to 2.4.1, pytest to 2.7.1 and django-autoslug to 1.8.0

This commit is contained in:
Fabio C. Barrionuevo da Luz 2015-05-19 12:39:21 -03:00
parent d282b77eb3
commit 00f3a5cfff
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
cookiecutter==1.0.0
flake8==2.4.0
flake8==2.4.1
sh
# Debugging
@ -9,5 +9,5 @@ ipython==3.1.0
# Testing
# -------------------------------------
pytest==2.7.0
pytest==2.7.1
git+git://github.com/mverteuil/pytest-ipdb.git

View File

@ -29,7 +29,7 @@ psycopg2==2.6
# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.7.2
django-autoslug==1.8.0
# Time zones support
pytz==2015.4

View File

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