We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc74d8 commit e466eb6Copy full SHA for e466eb6
examples/BUILD.bazel
@@ -21,5 +21,8 @@ lock(
21
name = "bzlmod_requirements_3_9",
22
srcs = ["bzlmod/requirements.in"],
23
out = "bzlmod/requirements_lock_3_9.txt",
24
+ args = [
25
+ "--emit-index-url",
26
+ ],
27
python_version = "3.9.19",
28
)
0 commit comments