Skip to content

Commit bad0457

Browse files
authored
Fix: Add missing dependency importlib-metadata (#2816)
1 parent c18df89 commit bad0457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"dateparser",
4040
"freezegun",
4141
"hyperscript",
42+
"importlib-metadata; python_version<'3.12'",
4243
"ipywidgets",
4344
"jinja2",
4445
"pandas",

0 commit comments

Comments
 (0)