33 lines
646 B
TOML
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"
|