8000 Regenerate tools and docs · bazel-contrib/rules_python@07995b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07995b2

Browse files
committed
Regenerate tools and docs
1 parent 032e9e4 commit 07995b2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/pip.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## pip_import
66

77
<pre>
8-
pip_import(<a href="#pip_import-name">name</a>, <a href="#pip_import-python_interpreter">python_interpreter</a>, <a href="#pip_import-requirements">requirements</a>)
8+
pip_import(<a href="#pip_import-name">name</a>, <a href="#pip_import-extra_pip_args">extra_pip_args</a>, <a href="#pip_import-python_interpreter">python_interpreter</a>, <a href="#pip_import-requirements">requirements</a>)
99
</pre>
1010

1111
A rule for importing `requirements.txt` dependencies into Bazel.
@@ -67,6 +67,15 @@ py_binary(
6767
</p>
6868
</td>
6969
</tr>
70+
<tr id="pip_import-extra_pip_args">
71+
<td><code>extra_pip_args</code></td>
72+
<td>
73+
List of strings; optional
74+
<p>
75+
Extra arguments to pass on to pip. Must not contain spaces.
76+
</p>
77+
</td>
78+
</tr>
7079
<tr id="pip_import-python_interpreter">
7180
<td><code>python_interpreter</code></td>
7281
<td>

tools/piptool.par

460 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0