feat(cloud-store): add Alembic baseline migration

This commit is contained in:
2026-07-12 16:55:46 +08:00
parent 64aa9b39bc
commit 24d9dbf38b
10 changed files with 328 additions and 2 deletions
+4
View File
@@ -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 }