Skip to content

Commit d166096

Browse files
committed
Add id to requirements shown with --version
1 parent 2a8a126 commit d166096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twine/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def list_dependencies_and_versions() -> List[Tuple[str, str]]:
8181
"requests",
8282
"requests-toolbelt",
8383
"urllib3",
84+
"id",
8485
]
8586
if sys.version_info < (3, 10):
8687
deps.append("importlib-metadata")

0 commit comments

Comments
 (0)