Skip to content

Commit 93fd197

Browse files
committed
fix: add typing-extensions into dependencies
1 parent 7048ad6 commit 93fd197

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "mistune"
33
description = "A sane and fast Markdown parser with useful plugins and renderers"
44
authors = [{name = "Hsiaoming Yang", email="me@lepture.com"}]
5-
dependencies = []
5+
dependencies = [
6+
"typing-extensions",
7+
]
68
license = {text = "BSD-3-Clause"}
79
dynamic = ["version"]
810
requires-python = ">=3.7"

0 commit comments

Comments
 (0)