Merge pull request #240 from luzfcb/master

update version of flake8, pytest, django-autoslug
This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-05-19 12:42:57 -03:00
commit f527e3bdc1
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