Большие изменения с добавленем Alembic

This commit is contained in:
2024-07-31 22:56:31 +09:00
parent a2a400fff3
commit 7c70f82a21
19 changed files with 528 additions and 39 deletions

View File

@ -8,3 +8,5 @@ pydantic-settings = "^2.4.0"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.31"}
aioodbc = "^0.5.0"
orjson = "^3.10.6"
alembic = "^1.13.2"
black = "^24.4.2"