Initial attempt at git module

This commit is contained in:
Alex Selimov 2025-06-09 21:54:37 -04:00
parent 645d329321
commit c4c696df5a
6 changed files with 269 additions and 6 deletions

View file

@ -8,6 +8,7 @@ authors = [
]
requires-python = ">=3.13"
dependencies = [
"gitpython>=3.1.44",
"rich>=14.0.0",
]