mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
setuptools: add pkg_resources.Requirement.url (#9657)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
@@ -77,6 +77,7 @@ class Requirement:
|
||||
key: str
|
||||
extras: tuple[str, ...]
|
||||
specs: list[tuple[str, str]]
|
||||
url: str | None
|
||||
# TODO: change this to packaging.markers.Marker | None once we can import
|
||||
# packaging.markers
|
||||
marker: Incomplete | None
|
||||
|
||||
Reference in New Issue
Block a user