changeset 48849:ec6a4021beb1

packaging: remove requirements constraints to support Python 2 We just deleted support for Python 2 from the packaging code. We no longer need these package constraints in the requirements file to support Python 2. Differential Revision: https://phab.mercurial-scm.org/D12267
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 19 Feb 2022 22:14:41 -0700
parents 17d5e25b8e78
children 656196c1d442
files contrib/packaging/requirements-windows.txt.in
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/packaging/requirements-windows.txt.in	Sat Feb 19 22:13:11 2022 -0700
+++ b/contrib/packaging/requirements-windows.txt.in	Sat Feb 19 22:14:41 2022 -0700
@@ -1,13 +1,11 @@
 docutils
-# Pinned to an old version because 0.20 drops Python 3 compatibility.
-dulwich < 0.20 ; python_version <= '2.7'
-dulwich ; python_version >= '3'
+dulwich
 
 # Needed by the release note tooling
 fuzzywuzzy
 
 keyring
-pygit2 ; python_version >= '3'
+pygit2
 pygments
 
 # Needed by the phabricator tests