fsmonitor: silence pylint warnings
[git-cola.git] / requirements / requirements-dev.txt
blob7e59f1abd8c1cf71e3f9f7d727d2d73453dd77a0
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 cercis
10 pylint >= 2.14.0
11 pytest>=3.6
12 pytest-cov
14 ## Build and install documentation using "garden doc" and "garden install docs".
15 jaraco.packaging >= 9
16 rst.linker >= 1.9
17 Sphinx
18 sphinx-rtd-theme