Added enum tracking for alembic

This commit is contained in:
pptx704
2025-07-21 16:59:54 +03:00
4 changed files with 291 additions and 38 deletions

View File

@ -22,6 +22,7 @@ pyjwt = "^2.10.1"
alembic = "^1.16.2"
python-dotenv = "^1.1.0"
psycopg2-binary = "^2.9.10"
alembic-postgresql-enum = "^1.8.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.1"