Skip to content

Commit b2fc20f

Browse files
committed
require importlib_metadata
1 parent ee9310b commit b2fc20f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
requires = [
44
"setuptools >= 61",
55
"wheel >= 0.37",
6-
"versioneer >= 0.22"
6+
"versioneer >= 0.22",
7+
"importlib_metadata >= 4.2"
78
]
89

0 commit comments

Comments
 (0)