comparison contrib/packaging/requirements-windows.txt.in @ 47849:f07a00543396 stable

windows: add pytest-vcr to the dependencies This will lead to pyoxidizer including it in its binary. This fix test-phabricator.t Differential Revision: https://phab.mercurial-scm.org/D11301
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 18 Aug 2021 16:48:32 +0200
parents 72c3b47d1557
children ec6a4021beb1
comparison
equal deleted inserted replaced
47848:5f2b0d34f24d 47849:f07a00543396
7 fuzzywuzzy 7 fuzzywuzzy
8 8
9 keyring 9 keyring
10 pygit2 ; python_version >= '3' 10 pygit2 ; python_version >= '3'
11 pygments 11 pygments
12
13 # Needed by the phabricator tests
14 pytest-vcr
15
12 # Need to list explicitly so dependency gets pulled in when 16 # Need to list explicitly so dependency gets pulled in when
13 # not running on Windows. 17 # not running on Windows.
14 pywin32-ctypes 18 pywin32-ctypes
15 windows-curses 19 windows-curses