add sqlmodel + alembic + setup models skeleton to slowly enable transition towards a db
This commit is contained in:
parent
8c646a5322
commit
0d3393ed94
11 changed files with 697 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ matplotlib = "^3.10.0"
|
|||
opencv-python = "^4.11.0.86"
|
||||
click = "^8.2.0"
|
||||
aiohttp = "^3.11.18"
|
||||
sqlmodel = "^0.0.24"
|
||||
alembic = "^1.16.1"
|
||||
sqlalchemy = {extras = ["asyncio"], version = "^2.0.41"}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ipdb = "^0.13.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue