PR Suggestion

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
This commit is contained in:
ddelange 2023-08-15 12:06:56 +02:00 committed by GitHub
parent 553690b39e
commit 3c5e2aed04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class InstallationReport:
# downloaded from a PEP 503 index or --find-links.
"is_direct": ireq.is_direct,
# is_yanked is true if the requirement was yanked from the index, but
# still was selected by pip conform PEP 592.
# was still selected by pip to conform to PEP 592.
"is_yanked": ireq.link.is_yanked if ireq.link else False,
# requested is true if the requirement was specified by the user (aka
# top level requirement), and false if it was installed as a dependency of a