remove old

This commit is contained in:
James Turk 2025-01-03 19:00:41 -06:00
parent 31bd51aa28
commit e0e8de4e5d

View File

@ -4,10 +4,7 @@ version = "0.1.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = ["peewee>=3.17.8", "textual>=1.0.0"]
"peewee>=3.17.8",
"textual>=1.0.0",
]
[project.scripts] [project.scripts]
hello = "tt:hello" hello = "tt:hello"