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"
2025-10-03 19:23:18 +01:00
version = "0.28.2"
2025-05-12 17:21:58 +01:00
requires-python = ">=3.11"
dependencies = [
"breathe==4.36.0",
"sphinx==8.2.3",
"sphinx-rtd-theme==3.0.2",
]