Skip to content

Commit d86f74b

Browse files
authored
fix(#148): remove outdated dependency on importlib-metadata (#149)
1 parent 47e5e85 commit d86f74b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ install_requires =
3636
jupyter_core
3737
shiny>=0.6.1.9005
3838
python-dateutil>=2.8.2
39-
# Needed because of https://github.com/python/importlib_metadata/issues/411
40-
importlib-metadata>=4.8.3,<5; python_version < "3.8"
4139
tests_require =
4240
pytest>=3
4341
zip_safe = False

0 commit comments

Comments
 (0)