Database migrations
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user