Files
libloot/docs/pyproject.toml
T

10 lines
172 B
TOML
Raw Permalink Normal View History

2025-05-12 17:21:58 +01:00
[project]
name = "libloot-docs"
2026-04-17 18:00:31 +01:00
version = "0.29.4"
2026-04-04 18:30:13 +01:00
requires-python = ">=3.12"
2025-05-12 17:21:58 +01:00
dependencies = [
"breathe==4.36.0",
2026-04-04 18:30:13 +01:00
"sphinx==9.1.0",
"sphinx-rtd-theme==3.1.0",
2025-05-12 17:21:58 +01:00
]