2013-08-14 22:01:41 +04:00
|
|
|
# Local development dependencies go here
|
|
|
|
-r base.txt
|
2016-07-27 00:10:14 +03:00
|
|
|
coverage==4.2
|
2016-06-06 02:30:21 +03:00
|
|
|
django-coverage-plugin==1.3.1
|
2016-10-01 19:20:26 +03:00
|
|
|
Sphinx==1.4.8
|
2016-09-08 12:19:14 +03:00
|
|
|
django-extensions==1.7.4
|
2016-08-31 16:19:54 +03:00
|
|
|
Werkzeug==0.11.11
|
2016-08-19 00:50:01 +03:00
|
|
|
django-test-plus==1.0.15
|
2016-04-26 08:59:02 +03:00
|
|
|
factory_boy==2.7.0
|
2016-09-29 19:12:11 +03:00
|
|
|
|
|
|
|
# Temporary workaround to fix issue https://github.com/pydanny/cookiecutter-django/issues/827
|
|
|
|
# It will be removed when django-debug-toolbar publish the new version on pypi
|
|
|
|
-e git+https://github.com/jazzband/django-debug-toolbar.git@637b0b73bc684f6ea600dca5ca1bb1f090fcee93#egg=django-debug-toolbar
|
|
|
|
#django-debug-toolbar==1.5
|
2015-07-14 06:33:49 +03:00
|
|
|
|
|
|
|
# improved REPL
|
2016-06-15 00:11:20 +03:00
|
|
|
ipdb==0.10.1
|
2016-02-24 23:22:22 +03:00
|
|
|
|
2016-09-29 07:32:53 +03:00
|
|
|
pytest-django==3.0.0
|
2016-04-26 08:59:02 +03:00
|
|
|
pytest-sugar==0.7.1
|