Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"python-wheel",
|
||||
"python-flit-core",
|
||||
]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-docutils",
|
||||
"python-jinja",
|
||||
"python-markdown-it-py",
|
||||
"python-mdit_py_plugins",
|
||||
"python-pygments",
|
||||
"python-sphinx",
|
||||
"python-yaml",
|
||||
]
|
||||
optional = [ "python-linkify-it-py" ]
|
||||
|
||||
[package]
|
||||
description = "An extended commonmark compliant parser, with bridges to docutils/sphinx"
|
||||
homepage = "https://github.com/executablebooks/MyST-Parser"
|
||||
license = "MIT"
|
||||
name = "python-myst-parser"
|
||||
version = "5.0.0"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/executablebooks/MyST-Parser.git#v$version"
|
||||
Reference in New Issue
Block a user