Commit edfd9f4
File tree
15 files changed
+18
-276
lines changedFilter options
- .bazelci
- examples
- pip_install
- pip_parse
- pip_parse_vendored
- pip_repository_annotations
- python/pip_install
- tests
- pip_deps
- pip_repository_entry_points
15 files changed
+18
-276
lines changed-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 | 39 |
|
41 | 40 |
|
examples/pip_install/requirements.txt
Copy file name to clipboardExpand all lines: examples/pip_install/requirements.txt+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 |
| - |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
|
examples/pip_install/requirements_windows.txt
Copy file name to clipboardExpand all lines: examples/pip_install/requirements_windows.txt+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
examples/pip_parse/requirements_lock.txt
Copy file name to clipboardExpand all lines: examples/pip_parse/requirements_lock.txt+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
| 84 | + |
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
|
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 |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
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 |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
python/pip_install/pip_compile.py
Copy file name to clipboardExpand all lines: python/pip_install/pip_compile.py+3-14Lines changed: 3 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 |
| - |
| 38 | + |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 | 43 |
|
53 | 44 |
|
54 | 45 |
|
| ||
83 | 74 |
|
84 | 75 |
|
85 | 76 |
|
86 |
| - |
87 |
| - |
88 |
| - |
| 77 | + |
89 | 78 |
|
90 | 79 |
|
91 | 80 |
|
|
-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
-19Lines changed: 0 additions & 19 deletions
This file was deleted.
-1Lines changed: 0 additions & 1 deletion
This file was deleted.
-26Lines changed: 0 additions & 26 deletions
This file was deleted.
tests/pip_deps/pip_deps.bzl
Copy file name to clipboardExpand all lines: tests/pip_deps/pip_deps.bzl-55Lines changed: 0 additions & 55 deletions
This file was deleted.
tests/pip_deps/requirements.txt
Copy file name to clipboardExpand all lines: tests/pip_deps/requirements.txt-136Lines changed: 0 additions & 136 deletions
This file was deleted.
-4Lines changed: 0 additions & 4 deletions
This file was deleted.
0 commit comments