Files

16 lines
356 B
TOML
Raw Permalink Normal View History

2026-03-15 19:51:09 -03:00
[project]
name = "doce"
version = "0.1.0"
description = "Documentação Estudantil"
2026-03-15 19:51:09 -03:00
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"furo>=2025.12.19",
"myst-parser>=5.0.0",
"python-dotenv>=1.2.2",
2026-03-15 19:51:09 -03:00
"sphinx>=9.1.0",
"sphinx-autobuild>=2025.8.25",
"sphinxcontrib-bibtex>=2.6.5",
2026-03-17 16:08:53 -03:00
"sphinxcontrib-mermaid>=2.0.1",
2026-03-15 19:51:09 -03:00
]