41 lines
806 B
TOML
41 lines
806 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"git",
|
|
"python-hatchling",
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
optional = ["python-lunr"]
|
|
runtime = [
|
|
"mkdocs-get-deps",
|
|
"python",
|
|
"python-babel",
|
|
"python-click",
|
|
"python-ghp-import",
|
|
"python-importlib-metadata",
|
|
"python-jinja",
|
|
"python-markdown",
|
|
"python-markupsafe",
|
|
"python-mergedeep",
|
|
"python-packaging",
|
|
"python-pathspec",
|
|
"python-pyyaml-env-tag",
|
|
"python-typing_extensions",
|
|
"python-yaml",
|
|
"python-watchdog",
|
|
]
|
|
|
|
[package]
|
|
description = "Project documentation with Markdown"
|
|
homepage = "https://www.mkdocs.org/"
|
|
license = "BSD-2-Clause"
|
|
name = "mkdocs"
|
|
version = "1.6.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/mkdocs/mkdocs.git#$version"
|