git-cola-sequence-editor: rename variables for consistency
[git-cola.git] / requirements / requirements-dev.txt
blob797dbee02dfe2f24efd5055138aef5cc613f4da1
1 astroid==2.2.5; python_version >= '3.0'
2 astroid==1.6.5; python_version < '3.0'
3 enum34==1.1.6; python_version < '3.0'
4 flake8
5 mock
6 pbr
7 pylint==1.9.4; python_version < '3.0'
8 pylint==2.3.1; python_version >= '3.0'
9 PyYAML
10 pytest>=3.6
11 pytest-cov
12 Sphinx