refactor: migrar comando new para que utilice metodos usando questionary
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ description = "Git workflow automation to follow best practices when working wit
|
||||
dynamic = ["version"]
|
||||
requires-python = ">= 3.14"
|
||||
dependencies = [
|
||||
"requests", "typer"
|
||||
"requests", "typer", "rich", "questionary"
|
||||
]
|
||||
authors = [
|
||||
{name = "Alan Facundo Biglieri", email = "abiglieri@renatre.org.ar"},
|
||||
|
||||
Reference in New Issue
Block a user