Files
packages/extra/mkdocs-material/mkdocs-material.toml
T
2026-03-21 12:43:00 -05:00

33 lines
646 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-hatch-nodejs-version",
"python-hatchling",
"python-hatch-requirements-txt",
"python-wheel",
]
runtime = [
"mkdocs",
"python",
"python-babel",
"python-backrefs",
"python-colorama",
"python-jinja",
"python-markdown",
"python-requests",
"python-yaml",
]
[package]
description = "Documentation that simply works"
homepage = "https://github.com/squidfunk/mkdocs-material"
license = "ISC"
name = "mkdocs-material"
version = "9.7.5"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/squidfunk/mkdocs-material.git#$version"