Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c15ffca

Browse files
author
David Robertson
committed
Add missing dependency on importlib_metadata
Missed in #12088.
1 parent b753ba7 commit c15ffca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ ijson = ">=3.1.4"
154154
matrix-common = "~=1.1.0"
155155
# We need packaging.requirements.Requirement, added in 16.1.
156156
packaging = ">=16.1"
157+
# At the time of writing, we only use functions from the version `importlib.metadata`
158+
# which shipped in Python 3.8. This corresponds to version 1.4 of the backport.
159+
importlib_metadata = { version = ">=1.4", python = "<3.8" }
157160

158161

159162
# Optional Dependencies

0 commit comments

Comments
 (0)