Commit f37fe38
File tree
Expand file treeCollapse file tree
12 files changed
+61
-14
lines changedFilter options
- examples
- build_file_generation
- pip_install
- pip_parse
- pip_parse_vendored
- pip_repository_annotations
- python
- pip_install
- extract_wheels/lib
- tests/pip_repository_entry_points
- third_party/github.com/bazelbuild/bazel-skylib/lib
Expand file treeCollapse file tree
12 files changed
+61
-14
lines changedexamples/build_file_generation/requirements_lock.txt
Copy file name to clipboardExpand all lines: examples/build_file_generation/requirements_lock.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
examples/pip_install/requirements.txt
Copy file name to clipboardExpand all lines: examples/pip_install/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
examples/pip_parse/requirements_lock.txt
Copy file name to clipboardExpand all lines: examples/pip_parse/requirements_lock.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
examples/pip_parse_vendored/requirements.txt
Copy file name to clipboardExpand all lines: examples/pip_parse_vendored/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
examples/pip_repository_annotations/requirements.txt
Copy file name to clipboardExpand all lines: examples/pip_repository_annotations/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| 49 | + |
| 50 | + |
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
|
python/pip_install/extract_wheels/lib/wheel.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/wheel.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
python/pip_install/repositories.bzl
Copy file name to clipboardExpand all lines: python/pip_install/repositories.bzl+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
25 | 30 |
|
26 | 31 |
|
27 | 32 |
|
28 | 33 |
|
29 | 34 |
|
30 | 35 |
|
31 | 36 |
|
32 |
| - |
33 |
| - |
| 37 | + |
| 38 | + |
34 | 39 |
|
35 | 40 |
|
36 | 41 |
|
37 | 42 |
|
38 | 43 |
|
39 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
40 | 50 |
|
41 | 51 |
|
42 | 52 |
|
|
python/pip_install/requirements.bzl
Copy file name to clipboardExpand all lines: python/pip_install/requirements.bzl+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| 63 | + |
63 | 64 |
|
64 | 65 |
|
65 | 66 |
|
| 67 | + |
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
|
+36-3Lines changed: 36 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
50 | 61 |
|
51 | 62 |
|
52 | 63 |
|
| ||
58 | 69 |
|
59 | 70 |
|
60 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
61 | 83 |
|
62 | 84 |
|
63 | 85 |
|
| ||
69 | 91 |
|
70 | 92 |
|
71 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
72 | 105 |
|
73 | 106 |
|
74 | 107 |
|
75 | 108 |
|
76 |
| - |
77 |
| - |
78 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
79 | 112 |
|
80 | 113 |
|
81 | 114 |
|
|
tests/pip_repository_entry_points/requirements.txt
Copy file name to clipboardExpand all lines: tests/pip_repository_entry_points/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
third_party/github.com/bazelbuild/bazel-skylib/lib/versions.bzl
Copy file name to clipboardExpand all lines: third_party/github.com/bazelbuild/bazel-skylib/lib/versions.bzl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
|
0 commit comments