2017-06-23 21:00:42 +00:00
|
|
|
# Local development dependencies go here
|
2017-12-16 13:31:44 +00:00
|
|
|
|
2019-01-11 13:26:17 +00:00
|
|
|
coverage>=4.5,<4.6
|
|
|
|
django_coverage_plugin>=1.6,<1.7
|
|
|
|
factory_boy>=2.11.1
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
# django-debug-toolbar that works with Django 1.5+
|
2019-01-11 13:26:17 +00:00
|
|
|
django-debug-toolbar>=1.11,<1.12
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
# improved REPL
|
2019-01-11 13:26:17 +00:00
|
|
|
ipdb==0.11
|
2019-12-09 12:59:54 +00:00
|
|
|
prompt_toolkit<3
|
2018-06-10 10:10:15 +00:00
|
|
|
black
|
2018-09-23 12:38:42 +00:00
|
|
|
profiling
|
2019-03-05 14:15:37 +00:00
|
|
|
|
|
|
|
asynctest==0.12.2
|
|
|
|
aioresponses==0.6.0
|
2020-01-08 11:07:35 +00:00
|
|
|
line_profiler<3
|
2019-10-19 16:10:42 +00:00
|
|
|
https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
|
2019-11-28 09:24:08 +00:00
|
|
|
django-silk
|