From aacc690bf974ce513e2ca429710cb4c1661aad83 Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Tue, 30 Jan 2024 10:25:26 -0800 Subject: [PATCH] update --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d8bd9653b..1b7bd95c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "joblib >= 1.3.2", "GitPython >= 3.1.30", "sqlalchemy >= 2.0.0", + "pygount >= 1.6.1", ] classifiers=[ "Programming Language :: Python :: 3",