This commit is contained in:
2025-11-05 17:36:53 +08:00
parent 5c564dfc66
commit 70fc4f0be5
5 changed files with 198 additions and 94 deletions

View File

@@ -4,8 +4,9 @@ version = "0.0.1"
license = "MIT"
authors = [{ name="Dreagonmon" }]
dependencies = [
"textual>=6.5.0",
"tomli-w >= 1.2.0",
"textual~=6.5.0",
"tomli-w~=1.2.0",
"aiofiles~=25.1.0"
]
requires-python = ">=3.11"