File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The report is a JSON object with the following properties:
23
23
24
24
- ` pip_version ` : a string with the version of pip used to produce the report.
25
25
26
- - ` installed ` : an array of [ InspectReportItem] ( InspectReportItem ) representing the
26
+ - ` installed ` : an array of [ ` InspectReportItem ` ] ( InspectReportItem ) representing the
27
27
distribution packages that are installed.
28
28
29
29
- ` environment ` : an object describing the environment where the installation report was
@@ -53,7 +53,7 @@ the following properties:
53
53
using the [ direct URL data
54
54
structure] ( https://packaging.python.org/en/latest/specifications/direct-url-data-structure/ ) .
55
55
In most case, this field corresponds to the
56
- [ direct_url.json] ( https://packaging.python.org/en/latest/specifications/direct-url )
56
+ [ ` direct_url.json ` ] ( https://packaging.python.org/en/latest/specifications/direct-url )
57
57
metadata, except for legacy editable installs, where it is emulated.
58
58
59
59
- ` requested ` : ` true ` if the ` REQUESTED ` metadata is present, ` false ` otherwise. This
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The report is a JSON object with the following properties:
36
36
37
37
- ` pip_version ` : a string with the version of pip used to produce the report.
38
38
39
- - ` install ` : an array of [ InstallationReportItem] ( InstallationReportItem ) representing
39
+ - ` install ` : an array of [ ` InstallationReportItem ` ] ( InstallationReportItem ) representing
40
40
the distribution packages (to be) installed.
41
41
42
42
- ` environment ` : an object describing the environment where the installation report was
@@ -61,7 +61,7 @@ package with the following properties:
61
61
using the [ direct URL data
62
62
structure] ( https://packaging.python.org/en/latest/specifications/direct-url-data-structure/ ) .
63
63
When ` is_direct ` is ` true ` , this field is the same as the
64
- [ direct_url.json] ( https://packaging.python.org/en/latest/specifications/direct-url )
64
+ [ ` direct_url.json ` ] ( https://packaging.python.org/en/latest/specifications/direct-url )
65
65
metadata, otherwise it represents the URL of the artifact obtained from the index or
66
66
` --find-links ` .
67
67
You can’t perform that action at this time.
0 commit comments