mod: +textual

This commit is contained in:
Sergei Erjemin 2025-06-06 00:32:33 +03:00
parent 4a81ed04a0
commit ec1b585fb2

View File

@ -8,8 +8,9 @@ packages = [{ include = "pganec", from = "src" }]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^>=.8" python = ">=3.8.1,<4.0.0"
pyyaml = "^6.0" pyyaml = "^6.0"
textual = "^3.3.0"
[build-system] [build-system]