You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/pip_parse_vendored/README.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,23 @@ The requirements now form a triple:
9
9
- requirements.in - human editable, expresses only direct dependencies and load-bearing version constraints
10
10
- requirements.txt - lockfile produced by pip-compile or other means
11
11
- requirements.bzl - the "parsed" version of the lockfile readable by Bazel downloader
12
+
13
+
The `requirements.bzl` file contains baked-in attributes such as `python_interpreter_target` as they were specified in the original `pip_parse` rule. These can be overridden at install time by passing arguments to `install_deps`. For example:
0 commit comments