mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 08:00:50 +03:00
update flake8 version to 2.4.1, pytest to 2.7.1 and django-autoslug to 1.8.0
This commit is contained in:
parent
d282b77eb3
commit
00f3a5cfff
|
@ -1,5 +1,5 @@
|
||||||
cookiecutter==1.0.0
|
cookiecutter==1.0.0
|
||||||
flake8==2.4.0
|
flake8==2.4.1
|
||||||
sh
|
sh
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
|
@ -9,5 +9,5 @@ ipython==3.1.0
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
pytest==2.7.0
|
pytest==2.7.1
|
||||||
git+git://github.com/mverteuil/pytest-ipdb.git
|
git+git://github.com/mverteuil/pytest-ipdb.git
|
||||||
|
|
|
@ -29,7 +29,7 @@ psycopg2==2.6
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
unicode-slugify==0.1.3
|
unicode-slugify==0.1.3
|
||||||
django-autoslug==1.7.2
|
django-autoslug==1.8.0
|
||||||
|
|
||||||
# Time zones support
|
# Time zones support
|
||||||
pytz==2015.4
|
pytz==2015.4
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Test dependencies go here.
|
# Test dependencies go here.
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==4.0a5
|
coverage==4.0a5
|
||||||
flake8==2.4.0
|
flake8==2.4.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user