Skip to content

Commit

Permalink
Fixed compile_pip_requirements for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Jan 18, 2022
1 parent 6ad4e3c commit 433f49a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/pip_install/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ _RULE_DEPS = [
"https://files.pythonhosted.org/packages/76/0a/b6c5f311e32aeb3b406e03c079ade51e905ea630fc19d1262a46249c1c86/click-8.0.1-py3-none-any.whl",
"fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6",
),
(
"pypi__colorama",
"https://files.pythonhosted.org/packages/44/98/5b86278fbbf250d239ae0ecb724f8572af1c91f4a11edf4d36a206189440/colorama-0.4.4-py2.py3-none-any.whl",
"9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2",
),
(
"pypi__pip",
"https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl",
Expand Down
1 change: 1 addition & 0 deletions python/pip_install/requirements.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def compile_pip_requirements(

deps = [
requirement("click"),
requirement("colorama"),
requirement("pip"),
requirement("pip_tools"),
requirement("setuptools"),
Expand Down

0 comments on commit 433f49a

Please sign in to comment.