3
0
Fork 0

feat: add table/model for app upgrades

This commit is contained in:
Lance Edgar 2024-08-24 10:20:05 -05:00
parent e855a84c37
commit 110ff69d6d
14 changed files with 275 additions and 2 deletions

View file

@ -32,8 +32,8 @@ dependencies = [
[project.optional-dependencies]
db = ["SQLAlchemy<2", "alembic", "passlib"]
docs = ["Sphinx", "sphinxcontrib-programoutput", "furo"]
db = ["SQLAlchemy<2", "alembic", "alembic-postgresql-enum", "passlib"]
docs = ["Sphinx", "sphinxcontrib-programoutput", "enum-tools[sphinx]", "furo"]
tests = ["pytest-cov", "tox"]