-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathflask-310-expected.json
More file actions
45 lines (45 loc) · 923 Bytes
/
flask-310-expected.json
File metadata and controls
45 lines (45 loc) · 923 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
38
39
40
41
42
43
44
45
[
[
{
"package": "pkg:pypi/click@8.3.2",
"dependencies": []
},
{
"package": "pkg:pypi/flask@2.1.2",
"dependencies": [
"pkg:pypi/click@8.3.2",
"pkg:pypi/itsdangerous@2.2.0",
"pkg:pypi/jinja2@3.1.6",
"pkg:pypi/werkzeug@3.1.8"
]
},
{
"package": "pkg:pypi/itsdangerous@2.2.0",
"dependencies": []
},
{
"package": "pkg:pypi/jinja2@3.1.6",
"dependencies": [
"pkg:pypi/markupsafe@3.0.3"
]
},
{
"package": "pkg:pypi/markupsafe@3.0.3",
"dependencies": []
},
{
"package": "pkg:pypi/werkzeug@3.1.8",
"dependencies": [
"pkg:pypi/markupsafe@3.0.3"
]
}
],
[
"pkg:pypi/click@8.3.2",
"pkg:pypi/flask@2.1.2",
"pkg:pypi/itsdangerous@2.2.0",
"pkg:pypi/jinja2@3.1.6",
"pkg:pypi/markupsafe@3.0.3",
"pkg:pypi/werkzeug@3.1.8"
]
]