chore(project): ➕ add tortoise-orm and some of its recommendations
This commit is contained in:
parent
599d4f579d
commit
f3ba7f73c2
2 changed files with 152 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue