git: fix flake8 line length violation
[git-cola.git] / requirements / requirements.txt
blob1a94d90f229dff6418305716f996c9d622953913
1 # These packages are required to run git-cola.
3 # Additional functionality can be enabled by installing the packages
4 # in "requirements-optional.txt".
7 # qtpy provides a PyQt4/PyQt5/PySide2 abstraction layer.
8 # Git Cola ships with a vendored copy of "qtpy", but can also be made
9 # to use a distro-provided qtpy package. See README.md for more details.
11 qtpy
14 # Git Cola can run with either PyQt5 or PySide2. You only need one of the two.
15 # Install one of the following packages. Git Cola is authored using PyQt5,
16 # but PySide2 (and even PyQt4) is also supported and should work in practice.
18 # PyQt5; python_version>='3.0'  # recommended
19 # PySide2