Skip to content

Commit

Permalink
Add importlib-metadata for python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Franz Wöllert committed Jul 23, 2023
1 parent 7cc1332 commit 8fca991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Sphinx = ">=4.0"
pydantic = ">=2.0,<3.0.0"
pydantic-settings = ">=2.0,<3.0.0"

importlib-metadata = { version = "^6.8", markers = "python_version <= '3.8'" }

sphinx-rtd-theme = { version = "^1.0", optional = true }
sphinx-tabs = { version = "^3", optional = true }
sphinx-copybutton = { version = "^0.4", optional = true }
Expand Down

0 comments on commit 8fca991

Please sign in to comment.