Hello, world
Some checks failed
docker-image / docker (push) Failing after 25s

This commit is contained in:
Stefan Bethke 2025-05-30 19:04:13 +02:00
commit d702695b3b
6 changed files with 108 additions and 0 deletions

17
pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[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"