27 lines
600 B
TOML
27 lines
600 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-hatchling",
|
|
"python-wheel",
|
|
]
|
|
optional = ["python-pygments"]
|
|
runtime = [
|
|
"python",
|
|
"python-markdown",
|
|
"python-yaml",
|
|
]
|
|
|
|
[package]
|
|
description = "Extensions for Python Markdown"
|
|
homepage = "https://github.com/facelessuser/pymdown-extensions"
|
|
license = "MIT"
|
|
name = "python-pymdown-extensions"
|
|
version = "10.20"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "d5e023bb18570aa3b8710915d4c18d313d865478abaf00b794de1ded1a08ef08"
|
|
url = "https://github.com/facelessuser/pymdown-extensions/archive/refs/tags/$version.tar.gz"
|