Files
taskrunner/pyproject.toml
T
esilva 9304585ae5
main / Explore-Gitea-Actions (push) Successful in 7s
add pytest to dependencies
2026-07-28 15:39:57 +01:00

16 lines
277 B
TOML

[project]
name = "taskrunner"
version = "0.1.0"
description = "Utility to run tasks such as backups"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"docker>=7.2.0",
"pyaml>=26.7.0",
"pytest>=9.1.1",
]
[tool.pyright]
venvPath = "."
venv = ".venv"