Initial commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user