13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
# Primary requirements
|
|
-e .
|
|
mypy
|
|
pytest
|
|
pytest-cov
|
|
radon # for the 'radon cc' command
|
|
pyprof2calltree # for converting profiler output to KCacheGrind input
|
|
|
|
# For documentation
|
|
sphinx
|
|
sphinx-autobuild
|
|
sphinx_rtd_theme
|