Skip to content

Commit 26619bf

Browse files
adding requirements necessary to run pip-compile under python 3.7
1 parent 703ccb8 commit 26619bf

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

python/pip_install/repositories.bzl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,21 @@ _RULE_DEPS = [
5252
"https://files.pythonhosted.org/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/wheel-0.37.1-py2.py3-none-any.whl",
5353
"4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a",
5454
),
55+
(
56+
"pypi__importlib_metadata",
57+
"https://files.pythonhosted.org/packages/d2/a2/8c239dc898138f208dd14b441b196e7b3032b94d3137d9d8453e186967fc/importlib_metadata-4.12.0-py3-none-any.whl",
58+
"7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23",
59+
),
60+
(
61+
"pypi__zipp",
62+
"https://files.pythonhosted.org/packages/f0/36/639d6742bcc3ffdce8b85c31d79fcfae7bb04b95f0e5c4c6f8b206a038cc/zipp-3.8.1-py3-none-any.whl",
63+
"47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009",
64+
),
65+
(
66+
"pypi__typing_extensions",
67+
"https://files.pythonhosted.org/packages/ed/d6/2afc375a8d55b8be879d6b4986d4f69f01115e795e36827fd3a40166028b/typing_extensions-4.3.0-py3-none-any.whl",
68+
"25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02",
69+
),
5570
]
5671

5772
_GENERIC_WHEEL = """\

python/pip_install/requirements.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ def compile_pip_requirements(
7575
requirement("pip_tools"),
7676
requirement("setuptools"),
7777
requirement("tomli"),
78+
requirement("importlib_metadata"),
79+
requirement("zipp"),
80+
requirement("typing_extensions"),
7881
]
7982

8083
attrs = {

0 commit comments

Comments
 (0)