docs: link to the Git credentials helpers
[git-cola.git] / requirements / requirements.txt
blob229c2cc5229990d412c95c47ef619b3a28b838dd
1 # These packages are required to run git-cola.
3 # Git Cola can run with either PyQt5 or PySide2. You only need one of the two.
4 # We recommend PyQt5 but PySide2 is also supported and can be used instead.
5 PyQt5 >= 5.6.0; python_version >= "3.0"
6 PySide2; python_version == "2.7"
8 # qtpy provides a PyQt5/PyQt6/PySide2 abstraction layer that makes it possible
9 # to choose between PyQt5, PySide2 and other Qt backends at runtime.
10 qtpy >= 1.1.0