view contrib/packaging/requirements-windows.txt.in @ 48303:2ce31dbde4b1

backout: backed out changeset f78d8b8c46d7 This and the following backout exist because the original patches break the Windows CI for some yet unknown reason. Differential Revision: https://phab.mercurial-scm.org/D11726
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 27 Oct 2021 12:07:58 +0200
parents f07a00543396
children ec6a4021beb1
line wrap: on
line source

docutils
# Pinned to an old version because 0.20 drops Python 3 compatibility.
dulwich < 0.20 ; python_version <= '2.7'
dulwich ; python_version >= '3'

# Needed by the release note tooling
fuzzywuzzy

keyring
pygit2 ; python_version >= '3'
pygments

# Needed by the phabricator tests
pytest-vcr

# Need to list explicitly so dependency gets pulled in when
# not running on Windows.
pywin32-ctypes
windows-curses