alembic init

This commit is contained in:
2026-09-04 14:56:51 +02:00
parent f076d2e841
commit 923074fcf8
9 changed files with 409 additions and 1 deletions
+3
View File
@@ -8,9 +8,12 @@ authors = [
]
requires-python = ">=3.14"
dependencies = [
"alembic>=1.19.1",
"argparse>=1.4.0",
"dotenv>=0.9.9",
"pydantic>=2.13.5",
"pytest>=9.1.1",
"python-dotenv>=1.2.3",
"sqlalchemy>=2.0.52",
]