This commit is contained in:
Tzu-ping Chung 2023-08-15 10:49:49 +08:00 committed by GitHub
parent 361b02bce0
commit 553690b39e
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
# still was selected by pip conform 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