|
[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",
|
|
"sphinxcontrib-bibtex>=2.6.5",
|
|
]
|