Skip to content

Commit

Permalink
Don't require importlib_metadata on Python 3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver authored and sigmavirus24 committed Nov 30, 2024
1 parent 675565f commit aa58273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"requests >= 2.20",
"requests-toolbelt >= 0.8.0, != 0.9.0",
"urllib3 >= 1.26.0",
"importlib-metadata >= 3.6",
"importlib-metadata >= 3.6; python_version < '3.10'",
# workaround for missing binaries on these platforms, see #1158
"keyring >= 15.1; platform_machine != 'ppc64le' and platform_machine != 's390x'",
"rfc3986 >= 1.4.0",
Expand Down

0 comments on commit aa58273

Please sign in to comment.