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