contrib/packaging/requirements-windows.txt.in
author Raphaël Gomès <rgomes@octobus.net>
Tue, 05 Apr 2022 17:11:36 +0200
branchstable
changeset 49006 5bd6bcd31dd1
parent 47849 f07a00543396
child 48849 ec6a4021beb1
permissions -rw-r--r--
relnotes: add notes for 6.1.1 This also fixes the header for 6.1 from 6.1rc0

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