28 lines
697 B
TOML
28 lines
697 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-hatchling",
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = [
|
|
"python",
|
|
"python-mergedeep",
|
|
"python-platformdirs",
|
|
"python-yaml",
|
|
]
|
|
|
|
[package]
|
|
description = "An extra command for MkDocs that infers required PyPI packages from `plugins` in mkdocs.yml"
|
|
homepage = "https://www.mkdocs.org/"
|
|
license = "MIT"
|
|
name = "mkdocs-get-deps"
|
|
version = "0.2.2"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "8ee8d5f316cdbbb2834bc1df6e69c08fe769a83e040060de26d3c19fad3599a1"
|
|
url = "https://files.pythonhosted.org/packages/ce/25/b3cccb187655b9393572bde9b09261d267c3bf2f2cdabe347673be5976a6/mkdocs_get_deps-0.2.2.tar.gz"
|