From 06ea98099cf47a3865bb8067319dfdce5e9e1756 Mon Sep 17 00:00:00 2001 From: Roxana Nicolescu Date: Mon, 26 Jan 2026 18:59:46 +0100 Subject: [PATCH] pyproject.toml: Add gitpython as dependency Signed-off-by: Roxana Nicolescu --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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]