Trials and tribulations
Some checks failed
docker-image / docker (push) Failing after 25s

This commit is contained in:
Chaos 2025-05-30 22:34:10 +02:00
commit 300323853b
4 changed files with 210 additions and 4 deletions

View file

@ -8,7 +8,8 @@ authors = [
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"pyfis (>=1.13.0,<2.0.0)"
"pyfis (>=1.13.0,<2.0.0)",
"pillow (>=11.2.1,<12.0.0)"
]