File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,20 @@ The various fields present in the JSON output and their explanation is as follow
49
49
the content of ``RECORD ``, if present, as specified in :pep: `376 `.
50
50
51
51
*requested *
52
- A boolean, set to True if ``REQUESTED `` is present ,
53
- as specified in :pep: `376 `.
52
+ A string containing the content of ``REQUESTED ``,
53
+ if present, as specified in :pep: `376 `.
54
54
55
55
*required_by *
56
56
A list of canonicalized distribution names that depend
57
57
on the queried distribution.
58
58
59
+ *requires *
60
+ A list of canonicalized distribution names on which
61
+ this distribution depends on.
62
+
59
63
*location *
60
- A string containing the path where the distribution is installed. For legacy installs,
61
- this is the parent directory of the metadata (.dist-info or .egg-info) directory.
62
- For legacy editable installs, this is the directory where the source is located.
64
+ A string containing the path where the distribution is installed.
65
+ This is the parent directory of the metadata (.dist-info or .egg-info) directory.
63
66
64
67
.. _`Core metadata specifications` : https://packaging.python.org/specifications/core-metadata/
65
68
.. _`JSON-compatible Metadata` : https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata
You can’t perform that action at this time.
0 commit comments