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