File tree
5 files changed
+66
-6
lines changedFilter options
- examples/pip_repository_annotations
- python/pip_install/parse_requirements_to_bzl
5 files changed
+66
-6
lines changedexamples/pip_repository_annotations/WORKSPACE
Copy file name to clipboardExpand all lines: examples/pip_repository_annotations/WORKSPACE+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 |
| - |
8 |
| - |
| 7 | + |
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
|
examples/pip_repository_annotations/requirements.in
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
1 | 5 |
|
examples/pip_repository_annotations/requirements.txt
Copy file name to clipboardExpand all lines: examples/pip_repository_annotations/requirements.txt+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
python/pip_install/parse_requirements_to_bzl/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/parse_requirements_to_bzl/__init__.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
| 212 | + |
| 213 | + |
212 | 214 |
|
213 | 215 |
|
214 |
| - |
| 216 | + |
215 | 217 |
|
216 | 218 |
|
217 | 219 |
|
| ||
230 | 232 |
|
231 | 233 |
|
232 | 234 |
|
233 |
| - |
234 |
| - |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
|
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+55Lines changed: 55 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
| 8 | + |
6 | 9 |
|
7 | 10 |
|
8 | 11 |
|
| 12 | + |
9 | 13 |
|
10 | 14 |
|
11 | 15 |
|
12 | 16 |
|
13 | 17 |
|
| 18 | + |
| 19 | + |
14 | 20 |
|
15 | 21 |
|
16 | 22 |
|
| ||
64 | 70 |
|
65 | 71 |
|
66 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
67 | 122 |
|
68 | 123 |
|
69 | 124 |
|
0 commit comments