doc: use rst code blocks
[git-cola.git] / requirements / requirements-dev.txt
blob97cab34a50c83f5b0fbf69494bb9bfccd3701cb9
1 # Development packages are used to run the test suite and build documentation
3 ## pylint, flake8 checkers are used by "make check".
4 astroid==1.6.5; python_version == '2.7'
5 enum34==1.1.6; python_version < '3.4'
6 flake8
7 mock
8 pbr
9 pylint==1.9.4; python_version == '2.7'
10 pylint==2.7.0; python_version >= '3.6'
11 PyYAML
13 ## mock and pytest packages are used by the "make test" test suite.
14 pytest>=3.6
15 pytest-cov
16 pytest-flake8
17 pytest-black-multipy
19 ## Build and install documentation using "make doc" and "make install-doc".
20 Sphinx
21 sphinx-rtd-theme==0.4.3; python_version < '3.0'
22 sphinx-rtd-theme; python_version >= '3.0'