contrib/packaging/requirements-windows.txt.in
branchstable
changeset 45752 d270b9b797a7
parent 45691 eceebe3f9baf
child 45997 d26497811ed9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/packaging/requirements-windows.txt.in	Wed Oct 21 21:53:19 2020 -0700
@@ -0,0 +1,9 @@
+docutils
+# Pinned to an old version because 0.20 drops Python 3 compatibility.
+dulwich < 0.20 ; python_version <= '2.7'
+dulwich ; python_version >= '3'
+keyring
+pygments
+# Need to list explicitly so dependency gets pulled in when
+# not running on Windows.
+pywin32-ctypes