mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
Merge pull request #240 from luzfcb/master
update version of flake8, pytest, django-autoslug
This commit is contained in:
commit
f527e3bdc1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Test dependencies go here.
|
||||
-r base.txt
|
||||
coverage==4.0a5
|
||||
flake8==2.4.0
|
||||
flake8==2.4.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user