feat: alembic migration added

This commit is contained in:
2025-06-04 21:43:39 -04:00
parent a91469257b
commit ccb934986f
21 changed files with 348 additions and 9 deletions
+2
View File
@@ -5,6 +5,8 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"alembic>=1.16.1",
"dotenv>=0.9.9",
"fastapi[standard]>=0.115.12",
"psycopg2-binary>=2.9.10",
"sqlalchemy>=2.0.41",