We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab2021 commit e6de6e2Copy full SHA for e6de6e2
pyproject.toml
@@ -46,6 +46,7 @@ test = [
46
"packaging",
47
"vdirsyncer",
48
"setuptools", # python > 3.12 does not ship pkg_resources anymore
49
+ "importlib-metadata; python_version <= '3.9'", # importlib.metadata is in stdlib since 3.10
50
]
51
docs = [
52
"sphinx!=1.6.1",
0 commit comments