feature: parse git remote url with giturlparse

This commit is contained in:
Jonathan Teran
2026-07-31 12:22:14 -03:00
parent 8f1a60cc06
commit f4adb431db
4 changed files with 38 additions and 21 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Git workflow automation to follow best practices when working wit
dynamic = ["version"]
requires-python = ">= 3.14"
dependencies = [
"requests", "typer", "rich", "questionary"
"requests", "typer", "rich", "questionary", "giturlparse"
]
authors = [
{name = "Alan Facundo Biglieri", email = "abiglieri@renatre.org.ar"},