Skip to content

Commit e6de6e2

Browse files
committed
install importlib-metadata for python <= 3.9
1 parent 0ab2021 commit e6de6e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ test = [
4646
"packaging",
4747
"vdirsyncer",
4848
"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
4950
]
5051
docs = [
5152
"sphinx!=1.6.1",

0 commit comments

Comments
 (0)