Commit c98bc8f
File tree
Expand file treeCollapse file tree
7 files changed
+27
-23
lines changedFilter options
- examples
- pip_install
- pip_parse
- python/pip_install/parse_requirements_to_bzl
Expand file treeCollapse file tree
7 files changed
+27
-23
lines changedexamples/pip_install/requirements.in
Copy file name to clipboard+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
examples/pip_install/requirements.txt
Copy file name to clipboardExpand all lines: examples/pip_install/requirements.txt+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
102 |
| - |
103 |
| - |
| 101 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
examples/pip_parse/requirements.in
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
examples/pip_parse/requirements.txt
Copy file name to clipboardExpand all lines: examples/pip_parse/requirements.txt-6Lines changed: 0 additions & 6 deletions
This file was deleted.
examples/pip_parse/requirements_lock.txt
Copy file name to clipboardExpand all lines: examples/pip_parse/requirements_lock.txt+4-6Lines changed: 4 additions & 6 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 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
91 |
| - |
92 |
| - |
| 90 | + |
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+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
38 | 42 |
|
39 |
| - |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
43 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
44 | 58 |
|
45 | 59 |
|
46 | 60 |
|
|
0 commit comments