refactor: replace global command class to typer functions
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
|
||||
name = "git-flow-envs"
|
||||
description = "Git workflow automation to follow best practices when working with multiple environments"
|
||||
dynamic = ["version"]
|
||||
requires-python = ">= 3.10"
|
||||
requires-python = ">= 3.14"
|
||||
dependencies = [
|
||||
"requests"
|
||||
"requests", "typer"
|
||||
]
|
||||
authors = [
|
||||
{name = "Alan Facundo Biglieri", email = "abiglieri@renatre.org.ar"},
|
||||
|
||||
Reference in New Issue
Block a user