Adds dependency resolver for recursive project handling
Introduces a dependency resolver to clone and manage project dependencies recursively. Updates CLI to include a new "dep" command for dependency resolution. Enhances source resolver to handle dependencies and expand all sources. Improves console utilities with live mode for real-time feedback. Marks dependency names in project configuration as optional. Enables streamlined multi-repository workflows and dependency management.
This commit is contained in:
@@ -12,6 +12,7 @@ pyyaml = "^6.0.2"
|
||||
doit = "^0.36.0"
|
||||
pydantic = "^2.11.3"
|
||||
rich = "^14.0.0"
|
||||
gitpython = "^3.1.44"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
Reference in New Issue
Block a user