Skip to content

Commit

Permalink
python pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Dec 5, 2023
1 parent 5f09222 commit dd15cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bazel_dep(name = "rules_python", version = "0.23.0")

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
hub_name = "pip",
name = "pip",
requirements_lock = "//:requirements_lock.txt",
requirements_windows = "//:requirements_windows.txt",
)
Expand Down

0 comments on commit dd15cb7

Please sign in to comment.