contrib/packaging/requirements-windows.txt.in
changeset 45982 d26497811ed9
parent 45752 d270b9b797a7
child 46318 e74274fc1b35
equal deleted inserted replaced
45981:53bde3ad0270 45982:d26497811ed9
     1 docutils
     1 docutils
     2 # Pinned to an old version because 0.20 drops Python 3 compatibility.
     2 # Pinned to an old version because 0.20 drops Python 3 compatibility.
     3 dulwich < 0.20 ; python_version <= '2.7'
     3 dulwich < 0.20 ; python_version <= '2.7'
     4 dulwich ; python_version >= '3'
     4 dulwich ; python_version >= '3'
     5 keyring
     5 keyring
       
     6 pygit2 ; python_version >= '3'
     6 pygments
     7 pygments
     7 # Need to list explicitly so dependency gets pulled in when
     8 # Need to list explicitly so dependency gets pulled in when
     8 # not running on Windows.
     9 # not running on Windows.
     9 pywin32-ctypes
    10 pywin32-ctypes