We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3023ed commit 12cc9d6Copy full SHA for 12cc9d6
MODULE.bazel
@@ -29,7 +29,7 @@ python.toolchain(
29
)
30
use_repo(python)
31
32
-pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
+pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip", dev_dependency = True)
33
pip.parse(
34
hub_name = "pip_score_venv_test",
35
python_version = PYTHON_VERSION,
0 commit comments