Add alembic
This commit is contained in:
parent
7740be8bb5
commit
599a60c52b
5 changed files with 307 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue