dev: remove use of "flake8"
[git-cola.git] / requirements / requirements-dev.txt
blob9e798b1e10f2adc255ced6fe46de30057635115d
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 is used by "garden check".
10 pylint>=2.14.0
12 ## pytest packages are used by the "garden test" test suite.
13 pytest>=3.6
14 pytest-cov
16 ## Build and install documentation using "garden doc" and "garden install-doc".
17 jaraco.packaging >= 9
18 rst.linker >= 1.9
19 Sphinx
20 sphinx-rtd-theme