Files

10 lines
172 B
TOML
Raw Permalink Normal View History

2025-05-12 17:21:58 +01:00
[project]
name = "libloot-docs"
2025-06-08 17:14:38 +01:00
version = "0.27.0"
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",
]