requirements-windows.txt.in
23 lines
| 507 B
| text/plain
|
TextLexer
Jason R. Coombs
|
r50501 | # Declare Windows-specific requirements for generating | ||
# the compiled (frozen) set of requirements in | ||||
# ./requirements-windows-py3.txt. | ||||
# If run on Windows, it may be necessary to run dos2unix | ||||
# on the output file to replace any CRLF newlines with LF. | ||||
Gregory Szorc
|
r46344 | docutils | ||
Gregory Szorc
|
r49704 | dulwich | ||
r48654 | ||||
# Needed by the release note tooling | ||||
fuzzywuzzy | ||||
Gregory Szorc
|
r46344 | keyring | ||
Gregory Szorc
|
r49704 | pygit2 | ||
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 | ||