refactor: Migrate CLI and API components to use castle-core for configuration and manifest handling
This commit is contained in:
@@ -7,8 +7,12 @@ dependencies = [
|
||||
"pyyaml>=6.0.0",
|
||||
"jinja2>=3.1.0",
|
||||
"pydantic>=2.0.0",
|
||||
"castle-core",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
castle-core = { workspace = true }
|
||||
|
||||
[project.scripts]
|
||||
castle = "castle_cli.main:main"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user