contrib/packaging/requirements-windows.txt.in
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 19 Aug 2021 17:47:27 +0200
branchstable
changeset 47853 df94c13ddf60
parent 47844 f07a00543396
child 48940 ec6a4021beb1
permissions -rw-r--r--
resources: stop important a non existent FileNotFoundError The error was hidden by the wide try/except Differential Revision: https://phab.mercurial-scm.org/D11311

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