diff: add a "Search in diff" feature
[git-cola.git] / requirements / requirements-dev.txt
blobb4eb0f28b6cd747ceb3dba18b46da63c198b9fa0
1 # Development packages are used to build from source, run the test suite and build documentation
3 ## Build tools
4 build
5 setuptools>=42
6 setuptools_scm[toml] >= 3.4.1
7 wheel
9 ## pylint, flake8 checkers are used by "make check".
10 flake8
11 pylint>=2.14.0
13 ## pytest packages are used by the "make test" test suite.
14 pytest>=3.6
15 pytest-cov
17 ## Build and install documentation using "make doc" and "make install-doc".
18 jaraco.packaging >= 9
19 rst.linker >= 1.9
20 Sphinx
21 sphinx-rtd-theme