requirements-windows.txt.in
9 lines
| 270 B
| text/plain
|
TextLexer
Gregory Szorc
|
r46344 | docutils | ||
# Pinned to an old version because 0.20 drops Python 3 compatibility. | ||||
dulwich < 0.20 ; python_version <= '2.7' | ||||
dulwich ; python_version >= '3' | ||||
keyring | ||||
pygments | ||||
# Need to list explicitly so dependency gets pulled in when | ||||
# not running on Windows. | ||||
pywin32-ctypes | ||||