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 3464c14 commit e10255eCopy full SHA for e10255e
examples/pip_parse/BUILD.bazel
@@ -57,8 +57,10 @@ py_console_script_binary(
57
compile_pip_requirements(
58
name = "requirements",
59
src = "requirements.in",
60
+ data = ["constraints.txt"],
61
requirements_txt = "requirements_lock.txt",
62
requirements_windows = "requirements_windows.txt",
63
+ extra_args = ["--constraint=$(location constraints.txt)"],
64
)
65
66
# Test the use of all pip_parse utilities in a single py_test
examples/pip_parse/constraints.txt
@@ -0,0 +1 @@
1
+urllib3>1.26.18
0 commit comments