add sqlmodel + alembic + setup models skeleton to slowly enable transition towards a db

This commit is contained in:
Viktor Barzin 2025-06-03 20:00:30 +00:00
parent 8c646a5322
commit 0d3393ed94
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
11 changed files with 697 additions and 1 deletions

View file

@ -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"