Skip to content

Commit

Permalink
Add importlib_metadata as a real dependency for now
Browse files Browse the repository at this point in the history
  • Loading branch information
akx authored and gentooboontoo committed Nov 21, 2023
1 parent 0987090 commit fc7d69c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run_tests(self):
keywords=[
"svg", "chart", "graph", "diagram", "plot", "histogram", "kiviat"],
setup_requires=['pytest-runner'],
install_requires=['importlib-metadata'],
install_requires=['importlib-metadata'], # TODO: remove this (see #545, #546)
cmdclass={'test': PyTest},
package_data={'pygal': ['css/*', 'graph/maps/*.svg']},
extras_require={
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ deps =
lxml
pyquery
cairosvg
importlib_metadata

setenv =
COVERAGE_FILE=.cov-{envname}
Expand Down

0 comments on commit fc7d69c

Please sign in to comment.