File tree
4 files changed
+37
-2
lines changedFilter options
- python/pip_install
- extract_wheels
- lib
- parse_requirements_to_bzl/extract_single_wheel
4 files changed
+37
-2
lines changedpython/pip_install/extract_wheels/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/__init__.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
|
python/pip_install/extract_wheels/lib/arguments.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/arguments.py+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
| 14 | + |
12 | 15 |
|
13 | 16 |
|
14 | 17 |
|
|
python/pip_install/parse_requirements_to_bzl/extract_single_wheel/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/parse_requirements_to_bzl/extract_single_wheel/__init__.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
|
python/pip_install/pip_repository.bzl
Copy file name to clipboardExpand all lines: python/pip_install/pip_repository.bzl+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
39 | 53 |
|
40 | 54 |
|
41 | 55 |
|
| ||
125 | 139 |
|
126 | 140 |
|
127 | 141 |
|
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
128 | 146 |
|
129 | 147 |
|
130 | 148 |
|
| ||
149 | 167 |
|
150 | 168 |
|
151 | 169 |
|
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
152 | 178 |
|
153 | 179 |
|
154 | 180 |
|
| ||
236 | 262 |
|
237 | 263 |
|
238 | 264 |
|
| 265 | + |
239 | 266 |
|
240 | 267 |
|
241 | 268 |
|
| ||
284 | 311 |
|
285 | 312 |
|
286 | 313 |
|
| 314 | + |
287 | 315 |
|
0 commit comments