Files
rustfs-manager-operator/documentation/pyproject.toml
Nikolai Rodionov a5ce9ed3da
All checks were successful
ci/woodpecker/push/build-container Pipeline was successful
A lot of fixes
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
2026-03-17 21:35:26 +01:00

18 lines
350 B
TOML

[project]
name = "documentation"
version = "0.1.0"
description = ""
authors = [
{name = "Nikolai Rodionov",email = "iam@allanger.xyz"}
]
license = {text = "GPL 3.0"}
requires-python = ">=3.14"
dependencies = [
"zensical (>=0.0.27,<0.0.28)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"