diff --git a/pyproject.toml b/pyproject.toml index 4a36b3b..fec5397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ requires-python = ">=3.10" readme = "README.md" version = "0.0.1" dependencies = [ + "gitpython", ] [project.optional-dependencies]