buba/pyproject.toml
Stefan Bethke d702695b3b
Some checks failed
docker-image / docker (push) Failing after 25s
Hello, world
2025-05-30 19:04:13 +02:00

17 lines
329 B
TOML

[project]
name = "buba"
version = "0.1.0"
description = ""
authors = [
{name = "Stefan Bethke",email = "stb@lassitu.de"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"pyfis (>=1.13.0,<2.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"