requirements-windows.txt.in
19 lines
| 413 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' | ||||
r48654 | ||||
# Needed by the release note tooling | ||||
fuzzywuzzy | ||||
Gregory Szorc
|
r46344 | keyring | ||
Matt Harbison
|
r46596 | pygit2 ; python_version >= '3' | ||
Gregory Szorc
|
r46344 | pygments | ||
r48657 | ||||
# Needed by the phabricator tests | ||||
pytest-vcr | ||||
Gregory Szorc
|
r46344 | # Need to list explicitly so dependency gets pulled in when | ||
# not running on Windows. | ||||
pywin32-ctypes | ||||
Matt Harbison
|
r47036 | windows-curses | ||