Skip to content

Commit

Permalink
Remove an unused importlib_metadata dependency
Browse files Browse the repository at this point in the history
It was only requested to be installed under Python 3.7 but that
runtime is no longer supported so listing this dependency did
not have any effect

Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
jaraco and webknjaz committed Apr 19, 2024
1 parent 8a4051e commit 2998881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ keywords = [
]
requires-python = ">=3.8"
dependencies = [
"importlib_metadata; python_version < '3.8'",
"more_itertools >= 2.6",
"jaraco.functools",
]
Expand Down

0 comments on commit 2998881

Please sign in to comment.