We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7048ad6 commit 93fd197Copy full SHA for 93fd197
pyproject.toml
@@ -2,7 +2,9 @@
2
name = "mistune"
3
description = "A sane and fast Markdown parser with useful plugins and renderers"
4
authors = [{name = "Hsiaoming Yang", email="me@lepture.com"}]
5
-dependencies = []
+dependencies = [
6
+ "typing-extensions",
7
+]
8
license = {text = "BSD-3-Clause"}
9
dynamic = ["version"]
10
requires-python = ">=3.7"
0 commit comments