Skip to content

Commit

Permalink
fix: add typing-extensions into dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 1, 2024
1 parent 7048ad6 commit 93fd197
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name = "mistune"
description = "A sane and fast Markdown parser with useful plugins and renderers"
authors = [{name = "Hsiaoming Yang", email="me@lepture.com"}]
dependencies = []
dependencies = [
"typing-extensions",
]
license = {text = "BSD-3-Clause"}
dynamic = ["version"]
requires-python = ">=3.7"
Expand Down

0 comments on commit 93fd197

Please sign in to comment.