##// END OF EJS Templates
pyoxidized: install fuzzywuzzy too...
marmoute -
r48654:72c3b47d stable
parent child Browse files
Show More
@@ -67,6 +67,9 b' dulwich==0.20.6 ; python_version >= "3" '
67 --hash=sha256:e5871b86a079e9e290f52ab14559cea1b694a0b8ed2b9ebb898f6ced7f14a406 \
67 --hash=sha256:e5871b86a079e9e290f52ab14559cea1b694a0b8ed2b9ebb898f6ced7f14a406 \
68 --hash=sha256:e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b \
68 --hash=sha256:e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b \
69 # via -r contrib/packaging/requirements-windows.txt.in
69 # via -r contrib/packaging/requirements-windows.txt.in
70 fuzzywuzzy==0.18.0 \
71 --hash=sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8 \
72 # via -r contrib/packaging/requirements-windows.txt.in
70 importlib-metadata==3.1.0 \
73 importlib-metadata==3.1.0 \
71 --hash=sha256:590690d61efdd716ff82c39ca9a9d4209252adfe288a4b5721181050acbd4175 \
74 --hash=sha256:590690d61efdd716ff82c39ca9a9d4209252adfe288a4b5721181050acbd4175 \
72 --hash=sha256:d9b8a46a0885337627a6430db287176970fff18ad421becec1d64cfc763c2099 \
75 --hash=sha256:d9b8a46a0885337627a6430db287176970fff18ad421becec1d64cfc763c2099 \
@@ -2,6 +2,10 b' 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
6 # Needed by the release note tooling
7 fuzzywuzzy
8
5 keyring
9 keyring
6 pygit2 ; python_version >= '3'
10 pygit2 ; python_version >= '3'
7 pygments
11 pygments
General Comments 0
You need to be logged in to leave comments. Login now