funquail/api/requirements/local.txt
Georg Krause 1ef252e29d Implement several pipeline improvements
* Build docker image to run tests in
* Collect backend coverage reports
* Update dependencies
2021-05-28 09:39:27 +00:00

20 lines
417 B
Text

# Local development dependencies go here
coverage~=5.5.0
django_coverage_plugin~=1.8.0
factory_boy~=2.12.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar~=3.2.1
# improved REPL
ipdb~=0.13.7
prompt_toolkit~=3.0.18
black~=21.4b1
#profiling
asynctest~=0.13.0
aioresponses~=0.7.2
#line_profiler<3
#https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
#django-silk