File tree
3 files changed
+41
-10
lines changedFilter options
- python/pip_install
- parse_requirements_to_bzl
3 files changed
+41
-10
lines changedpython/pip_install/parse_requirements_to_bzl/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/parse_requirements_to_bzl/__init__.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
138 | 148 |
|
139 | 149 |
|
140 | 150 |
|
|
python/pip_install/parse_requirements_to_bzl/parse_requirements_to_bzl_test.py
Copy file name to clipboardExpand all lines: python/pip_install/parse_requirements_to_bzl/parse_requirements_to_bzl_test.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| ||
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| 43 | + |
| 44 | + |
41 | 45 |
|
42 | 46 |
|
43 | 47 |
|
|
python/pip_install/pip_repository.bzl
Copy file name to clipboardExpand all lines: python/pip_install/pip_repository.bzl+27-10Lines changed: 27 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
27 | 45 |
|
28 | 46 |
|
29 | 47 |
|
| ||
83 | 101 |
|
84 | 102 |
|
85 | 103 |
|
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
| 104 | + |
95 | 105 |
|
96 | 106 |
|
97 | 107 |
|
| ||
114 | 124 |
|
115 | 125 |
|
116 | 126 |
|
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
117 | 132 |
|
118 | 133 |
|
119 | 134 |
|
| ||
266 | 281 |
|
267 | 282 |
|
268 | 283 |
|
| 284 | + |
| 285 | + |
269 | 286 |
|
270 | 287 |
|
271 | 288 |
|
272 |
| - |
| 289 | + |
273 | 290 |
|
274 | 291 |
|
275 | 292 |
|
|
0 commit comments