2026-03-15 22:51:09 +00:00
|
|
|
[project]
|
|
|
|
|
name = "doce"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.14"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"furo>=2025.12.19",
|
|
|
|
|
"myst-parser>=5.0.0",
|
|
|
|
|
"sphinx>=9.1.0",
|
|
|
|
|
"sphinx-autobuild>=2025.8.25",
|
2026-03-17 18:52:26 +00:00
|
|
|
"sphinxcontrib-bibtex>=2.6.5",
|
2026-03-17 19:08:53 +00:00
|
|
|
"sphinxcontrib-mermaid>=2.0.1",
|
2026-03-15 22:51:09 +00:00
|
|
|
]
|