Rewrite CLI around action runtime
This commit is contained in:
@@ -7,7 +7,7 @@ name = "flow"
|
||||
dynamic = ["version"]
|
||||
description = "DevFlow - A unified toolkit for managing development instances, containers, and profiles"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = ["pyyaml>=6.0"]
|
||||
dependencies = ["pyyaml>=6.0", "rich>=13.7", "typer>=0.12"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
build = ["pyinstaller>=6.0"]
|
||||
|
||||
Reference in New Issue
Block a user