mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Merge branch 'master' of github.com:pydanny/cookiecutter-django
This commit is contained in:
commit
dcaa3e91c2
|
@ -13,7 +13,6 @@ indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
# https://github.com/timothycrosley/isort/wiki/isort-Settings
|
|
||||||
line_length=120
|
line_length=120
|
||||||
known_first_party={{ cookiecutter.repo_name }}
|
known_first_party={{ cookiecutter.repo_name }}
|
||||||
multi_line_output=3
|
multi_line_output=3
|
||||||
|
|
|
@ -34,7 +34,7 @@ psycopg2==2.6.1
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
unicode-slugify==0.1.3
|
unicode-slugify==0.1.3
|
||||||
django-autoslug==1.9.2
|
django-autoslug==1.9.3
|
||||||
|
|
||||||
# Time zones support
|
# Time zones support
|
||||||
pytz==2015.6
|
pytz==2015.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==4.0
|
coverage==4.0.1
|
||||||
Sphinx
|
Sphinx
|
||||||
django-extensions==1.5.7
|
django-extensions==1.5.7
|
||||||
Werkzeug==0.10.4
|
Werkzeug==0.10.4
|
||||||
django-test-plus==1.0.9
|
django-test-plus==1.0.9
|
||||||
factory_boy==2.5.2
|
factory_boy==2.6.0
|
||||||
|
|
||||||
# django-debug-toolbar that works with Django 1.5+
|
# django-debug-toolbar that works with Django 1.5+
|
||||||
django-debug-toolbar==1.4
|
django-debug-toolbar==1.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user