mirror of
https://github.com/imgfloat/docs.git
synced 2026-02-05 04:09:27 +00:00
14 lines
275 B
TOML
14 lines
275 B
TOML
[project]
|
|
name = "docs"
|
|
version = "1.0.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"mkdocs",
|
|
"mkdocstrings[python]",
|
|
"markdown-include",
|
|
"mkdocs-material[imaging]>=9.7.1",
|
|
"mike>=2.1.3",
|
|
]
|