chore(project): add tortoise-orm and some of its recommendations

This commit is contained in:
bronsen 2025-12-04 23:18:54 +01:00
parent 599d4f579d
commit f3ba7f73c2
2 changed files with 152 additions and 1 deletions

View file

@ -24,7 +24,13 @@ classifiers = [
"Topic :: Terminals",
"Topic :: Utilities",
]
dependencies = ["textual>=6.7.1", "textual-dev>=1.8.0"]
dependencies = [
"ciso8601>=2.3.3",
"orjson>=3.11.4",
"textual>=6.7.1",
"textual-dev>=1.8.0",
"tortoise-orm>=0.25.1",
]
dynamic = ["version"]
[project.urls]