Add alembic

This commit is contained in:
Oliver Traber 2024-04-13 22:44:01 +02:00
parent 7740be8bb5
commit 599a60c52b
Signed by: Bluemedia
GPG key ID: C0674B105057136C
5 changed files with 307 additions and 1 deletions

View file

@ -13,6 +13,7 @@ fastapi = "^0.110.0"
uvicorn = {extras = ["standard"], version = "^0.28.0"}
websockets = "^12.0"
sqlalchemy = "^2.0.28"
alembic = "^1.13.1"
[build-system]
requires = ["poetry-core"]