初始提交
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "20251108-mttu-docs"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"mkdocs>=1.6.1",
|
||||
"mkdocs-material>=9.6.23",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"watchfiles>=1.1.1",
|
||||
]
|
||||
Reference in New Issue
Block a user