From 72c2baaaacd0b06222e7801a674c96c287d84a4c Mon Sep 17 00:00:00 2001 From: Morten Lied Johansen Date: Sun, 8 Mar 2020 21:34:04 +0100 Subject: [PATCH] Pin version of gitdb --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 35f12a2..7171b2e 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,8 @@ 'GitPython==2.1.11', "twine==1.12.1", "githubrelease==1.5.8", + "gitdb2>=2.0.0,<3.0.0", # Pin this to avoid a problem with changed API. + # TODO: Should update to latest GitPython to fix. ] CODE_QUALITY_REQ = [