Database migrations

This commit is contained in:
2026-06-12 07:14:50 -07:00
parent 0535c68647
commit 96eeb442fd
9 changed files with 337 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ description = "Rats with Gats Remote Play web application"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"alembic",
"fastapi",
"sqlmodel",
"uvicorn",
@@ -28,7 +29,7 @@ pirats = "pirats.main:main"
where = ["src"]
[tool.setuptools.package-data]
pirats = ["static/**/*", "rules.html"]
pirats = ["static/**/*", "rules.html", "migrations/**/*"]
[tool.pytest.ini_options]
pythonpath = ["src"]