-
-
Notifications
You must be signed in to change notification settings - Fork 724
Expand file tree
/
Copy pathpylock.toml-expected.json
More file actions
37 lines (37 loc) · 809 Bytes
/
pylock.toml-expected.json
File metadata and controls
37 lines (37 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"datasource_id": "pypi_pylock_toml",
"type": "pypi",
"primary_language": "Python",
"dependencies": [
{
"purl": "pkg:pypi/requests@2.31.0",
"extracted_requirement": "requests==2.31.0",
"scope": "install",
"is_runtime": true,
"is_optional": false,
"is_direct": true,
"is_pinned": true
},
{
"purl": "pkg:pypi/numpy@1.26.0",
"extracted_requirement": "numpy==1.26.0",
"scope": "install",
"is_runtime": true,
"is_optional": false,
"is_direct": true,
"is_pinned": true
}
],
"extra_data": {
"package": {
"requests": {
"version": "2.31.0"
},
"numpy": {
"version": "1.26.0"
}
}
}
}
]