diff --git a/requirements.txt b/requirements.txt index d549c678a..7c4c5feb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,12 @@ cookiecutter==1.6.0 sh==1.12.14 binaryornot==0.4.4 - # Code quality # ------------------------------------------------------------------------------ flake8==3.5.0 pycodestyle==2.3.1 pyflakes==1.6.0 - # Testing # ------------------------------------------------------------------------------ tox==2.9.1 diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 612833fe1..f29d27041 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -20,6 +20,6 @@ factory-boy==2.10.0 # https://github.com/FactoryBoy/factory_boy django-test-plus==1.0.22 # https://github.com/revsys/django-test-plus django-debug-toolbar==1.9.1 # https://github.com/jazzband/django-debug-toolbar -django-extensions==2.0.0 # https://github.com/django-extensions/django-extensions +django-extensions==2.0.2 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.5.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==3.1.2 # https://github.com/pytest-dev/pytest-django