author | Gregory Szorc <gregory.szorc@gmail.com> |
Wed, 21 Oct 2020 21:53:19 -0700 | |
branch | stable |
changeset 45752 | d270b9b797a7 |
parent 45691 | contrib/packaging/requirements_win32.txt.in@eceebe3f9baf |
child 45982 | d26497811ed9 |
permissions | -rw-r--r-- |
43660
303bf312d5ed
packaging: convert to UNIX line endings
Gregory Szorc <gregory.szorc@gmail.com>
parents:
41924
diff
changeset
|
1 |
docutils |
45691
eceebe3f9baf
packaging: upgrade packages in Windows environment
Gregory Szorc <gregory.szorc@gmail.com>
parents:
44224
diff
changeset
|
2 |
# Pinned to an old version because 0.20 drops Python 3 compatibility. |
45752
d270b9b797a7
contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents:
45691
diff
changeset
|
3 |
dulwich < 0.20 ; python_version <= '2.7' |
d270b9b797a7
contrib: split Windows requirements into multiple files
Gregory Szorc <gregory.szorc@gmail.com>
parents:
45691
diff
changeset
|
4 |
dulwich ; python_version >= '3' |
44223
481caa4a2244
packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents:
43660
diff
changeset
|
5 |
keyring |
43660
303bf312d5ed
packaging: convert to UNIX line endings
Gregory Szorc <gregory.szorc@gmail.com>
parents:
41924
diff
changeset
|
6 |
pygments |
44223
481caa4a2244
packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents:
43660
diff
changeset
|
7 |
# Need to list explicitly so dependency gets pulled in when |
481caa4a2244
packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents:
43660
diff
changeset
|
8 |
# not running on Windows. |
481caa4a2244
packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too
Matt Harbison <matt_harbison@yahoo.com>
parents:
43660
diff
changeset
|
9 |
pywin32-ctypes |