Skip to content

Commit e5a8e65

Browse files
committed
Add the backport dependency for 3.7 again.
1 parent 86f9717 commit e5a8e65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ classifiers = [
3636
dynamic = ["version"]
3737

3838
dependencies = [
39-
"lxml",
40-
"sphinx>=5.1.1",
39+
"lxml",
40+
"sphinx>=5.1.1",
41+
"importlib_metadata;python_version<'3.8'",
4142
]
4243

4344
[project.urls]

0 commit comments

Comments
 (0)