doce-gsr/pyproject.toml

10 lines
185 B
TOML
Raw Normal View History

2026-03-19 17:27:05 +00:00
[project]
name = "doce-gsr"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mkdocs-material>=9.7.5",
]