We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675565f commit aa58273Copy full SHA for aa58273
1 file changed
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
"requests >= 2.20",
37
"requests-toolbelt >= 0.8.0, != 0.9.0",
38
"urllib3 >= 1.26.0",
39
- "importlib-metadata >= 3.6",
+ "importlib-metadata >= 3.6; python_version < '3.10'",
40
# workaround for missing binaries on these platforms, see #1158
41
"keyring >= 15.1; platform_machine != 'ppc64le' and platform_machine != 's390x'",
42
"rfc3986 >= 1.4.0",
0 commit comments