We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d0608 commit 61bf169Copy full SHA for 61bf169
tests/pip_analysis_expected.json
@@ -3,6 +3,18 @@
3
"Image": "gcr.io/gcp-runtimes/pip-modified",
4
"AnalyzeType": "Pip",
5
"Analysis": [
6
+ {
7
+ "Name": "argparse",
8
+ "Path": "/usr/lib/python2.7",
9
+ "Version": "1.2.1",
10
+ "Size": 89124
11
+ },
12
13
+ "Name": "bzr",
14
+ "Path": "/usr/lib/python2.7/dist-packages",
15
+ "Version": "2.7.0dev1",
16
+ "Size": 13063022
17
18
{
19
"Name": "configobj",
20
"Path": "/usr/lib/python2.7/dist-packages",
@@ -56,7 +68,13 @@
56
68
"Path": "/usr/local/lib/python3.6/site-packages",
57
69
"Version": "0.29.0",
58
70
"Size": 103509
71
72
73
+ "Name": "wsgiref",
74
75
+ "Version": "0.1.2",
76
+ "Size": 101007
59
77
}
60
78
]
61
79
62
-]
80
+]
0 commit comments