Commit 37f04a4
File tree
6 files changed
+68
-26
lines changedFilter options
- examples/pip_parse
- python/pip_install
- extract_wheels/lib
- parse_requirements_to_bzl
- extract_single_wheel
6 files changed
+68
-26
lines changedexamples/pip_parse/WORKSPACE
Copy file name to clipboardExpand all lines: examples/pip_parse/WORKSPACE+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
examples/pip_parse/requirements_lock.txt
Copy file name to clipboardExpand all lines: examples/pip_parse/requirements_lock.txt+18-6Lines changed: 18 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 |
| - |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
8 | 12 |
|
9 |
| - |
| 13 | + |
| 14 | + |
| 15 | + |
10 | 16 |
|
11 |
| - |
| 17 | + |
| 18 | + |
| 19 | + |
12 | 20 |
|
13 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
14 | 24 |
|
15 |
| - |
| 25 | + |
| 26 | + |
| 27 | + |
16 | 28 |
|
python/pip_install/extract_wheels/lib/arguments_test.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/arguments_test.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
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+33-12Lines changed: 33 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
18 | 37 |
|
19 | 38 |
|
20 |
| - |
| 39 | + |
21 | 40 |
|
22 | 41 |
|
23 | 42 |
|
24 |
| - |
| 43 | + |
25 | 44 |
|
26 |
| - |
| 45 | + |
27 | 46 |
|
28 | 47 |
|
29 | 48 |
|
| ||
35 | 54 |
|
36 | 55 |
|
37 | 56 |
|
| 57 | + |
| 58 | + |
38 | 59 |
|
39 | 60 |
|
40 | 61 |
|
| ||
54 | 75 |
|
55 | 76 |
|
56 | 77 |
|
57 |
| - |
58 |
| - |
| 78 | + |
| 79 | + |
59 | 80 |
|
60 |
| - |
| 81 | + |
61 | 82 |
|
62 | 83 |
|
63 |
| - |
| 84 | + |
64 | 85 |
|
65 | 86 |
|
66 | 87 |
|
|
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+10-3Lines changed: 10 additions & 3 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 |
|
| ||
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
30 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
31 | 38 |
|
32 |
| - |
33 |
| - |
| 39 | + |
| 40 | + |
34 | 41 |
|
35 | 42 |
|
36 | 43 |
|
|
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+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
| 36 | + |
| 37 | + |
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
|
0 commit comments