feat(cloud-store): add Alembic baseline migration
This commit is contained in:
@@ -5,6 +5,7 @@ description = "Cloud scheduling, device pooling, plugins, and SDK for Device Age
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"alembic>=1.14.0",
|
||||
"device-agent-runtime==0.1.0",
|
||||
"psycopg[binary]>=3.2.0",
|
||||
"sqlalchemy>=2.0.0",
|
||||
@@ -18,5 +19,8 @@ build-backend = "setuptools.build_meta"
|
||||
where = ["."]
|
||||
include = ["cloud*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
cloud = ["migrations/*.ini", "migrations/*.mako"]
|
||||
|
||||
[tool.uv.sources]
|
||||
device-agent-runtime = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user