From d37c8efe818630cccb1d436214b07417c4e9e76c Mon Sep 17 00:00:00 2001 From: Pankaj Jackson Date: Wed, 25 Jun 2025 22:19:52 +0530 Subject: [PATCH] deps bugfix --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07197fc..3a9adf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ "PyYAML", - "gitpython" + "gitpython", + "gitdb" ] keywords = [