Commit 53df2b7
authored
Handle recursion errors while constructing the pip dependency tree (#2224)
* Handle recursion errors while constructing the pip dependency tree
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Improved requirements file parsing logic
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Create structured env markers
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
* Added some missing pypi aliases
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
* Added some missing pypi aliases
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
---------
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>1 parent 35ed2ab commit 53df2b7
File tree
9 files changed
+629
-186
lines changed- contrib
- data
- lib
- helpers
- managers
- test/data
- types
- helpers
- managers
9 files changed
+629
-186
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
77 | 87 | | |
78 | | - | |
| 88 | + | |
79 | 89 | | |
80 | 90 | | |
81 | 91 | | |
| |||
104 | 114 | | |
105 | 115 | | |
106 | 116 | | |
107 | | - | |
| 117 | + | |
108 | 118 | | |
109 | 119 | | |
110 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| 572 | + | |
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
| |||
831 | 832 | | |
832 | 833 | | |
833 | 834 | | |
| 835 | + | |
834 | 836 | | |
835 | 837 | | |
836 | 838 | | |
| |||
1085 | 1087 | | |
1086 | 1088 | | |
1087 | 1089 | | |
| 1090 | + | |
1088 | 1091 | | |
1089 | 1092 | | |
1090 | 1093 | | |
| |||
0 commit comments