Lines Matching full:pip
43 # Note: we do not supporting using multiple pip extensions, this is
119 # wheel in different pip hubs.
120 pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
123 pip.whl_mods(
142 pip.whl_mods(
155 use_repo(pip, "whl_mods_hub")
157 # To fetch pip dependencies, use pip.parse. We can pass in various options,
163 pip.parse(
174 # Or you can specify extra indexes like with `pip`:
199 hub_name = "pip",
203 # are providing pip.parse with the label of the mod
210 pip.parse(
233 hub_name = "pip",
247 # are providing pip.parse with the label of the mod
258 pip.override(
267 use_repo(pip, "pip")