[deps] drop tortoise in favour of sqlmodel

This commit is contained in:
bronsen 2025-12-20 04:31:02 +01:00
parent 5a190fe590
commit de9a8497d8
5 changed files with 209 additions and 213 deletions

View file

@ -29,12 +29,11 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"aerich[toml]>=0.9.2",
"ciso8601>=2.3.3",
"orjson>=3.11.4",
"sqlmodel>=0.0.27",
"textual>=6.7.1",
"textual-dev>=1.8.0",
"tortoise-orm>=0.25.1",
]
[project.urls]
@ -53,7 +52,6 @@ dev = [
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0",
"pytest-textual-snapshot>=1.0.0",
"ruff>=0.14.8",
]
[build-system]
@ -65,12 +63,6 @@ branch = true
omit = ["tests.py"]
source_dirs = ["src/"]
[tool.hatch.version]
source = "vcs"
[tool.hatch.build.hooks.vcs]
version-file = "_version.py"
[tool.pytest]
asyncio_mode = "auto"