diff --git a/pyproject.toml b/pyproject.toml index e051536..7afbbd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,7 @@ version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10" -dependencies = [ - "peewee>=3.17.8", - "textual>=1.0.0", -] +dependencies = ["peewee>=3.17.8", "textual>=1.0.0"] [project.scripts] hello = "tt:hello"