Skip to content

Commit

Permalink
Add id to requirements shown with --version
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 7, 2024
1 parent 2a8a126 commit d166096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twine/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def list_dependencies_and_versions() -> List[Tuple[str, str]]:
"requests",
"requests-toolbelt",
"urllib3",
"id",
]
if sys.version_info < (3, 10):
deps.append("importlib-metadata")
Expand Down

0 comments on commit d166096

Please sign in to comment.