Skip to content

Commit aa58273

Browse files
takluyversigmavirus24
authored andcommitted
Don't require importlib_metadata on Python 3.10+
1 parent 675565f commit aa58273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"requests >= 2.20",
3737
"requests-toolbelt >= 0.8.0, != 0.9.0",
3838
"urllib3 >= 1.26.0",
39-
"importlib-metadata >= 3.6",
39+
"importlib-metadata >= 3.6; python_version < '3.10'",
4040
# workaround for missing binaries on these platforms, see #1158
4141
"keyring >= 15.1; platform_machine != 'ppc64le' and platform_machine != 's390x'",
4242
"rfc3986 >= 1.4.0",

0 commit comments

Comments
 (0)