add basic database functionality #9

Merged
celex merged 5 commits from 2-add-functionality-to-list-chores into main 2026-05-18 15:49:14 +01:00
Showing only changes of commit c7f8016c4b - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name="chore-manager"
dynamic = ["version"]
dependencies = []
dependencies = ["textual"]
requires-python = ">=3.13"
readme = "README.md"