updating the dependencies

This commit is contained in:
2026-01-04 03:51:03 +08:00
parent 548092311c
commit b46ce12d12
3 changed files with 321 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
pyinstaller = { version = "*", python = "<3.15" }
textual = "^7.0.0"
nuitka = "^2.8.9"
[build-system]