##// END OF EJS Templates
simplemerge: move default labels to simplemerge extension...
simplemerge: move default labels to simplemerge extension I want to remove knowledge of paths from the `simplemerge` core module. As part of that, let's move the default labels from the core module to the extension. Differential Revision: https://phab.mercurial-scm.org/D11977

File last commit:

r48657:f07a0054 stable
r49409:6ad70879 default
Show More
requirements-windows.txt.in
19 lines | 413 B | text/plain | TextLexer
/ contrib / packaging / requirements-windows.txt.in
Gregory Szorc
contrib: split Windows requirements into multiple files...
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'
pyoxidized: install fuzzywuzzy too...
r48654
# Needed by the release note tooling
fuzzywuzzy
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 keyring
Matt Harbison
packaging: add pygit2 to the py3 Windows installers...
r46596 pygit2 ; python_version >= '3'
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 pygments
windows: add pytest-vcr to the dependencies...
r48657
# Needed by the phabricator tests
pytest-vcr
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 # Need to list explicitly so dependency gets pulled in when
# not running on Windows.
pywin32-ctypes
Matt Harbison
packaging: include `windows-curses` on Windows...
r47036 windows-curses