From 6d158f9eb6d29f2866346a299aafdd92accb37be Mon Sep 17 00:00:00 2001 From: Kelley Spoon Date: Tue, 30 Nov 2021 13:38:45 -0600 Subject: patchwork-tools: add requirement for GitPython The server running patches.l.o is using python-3.5, but the GitPython developers have dropped support it. In order to prevent random exceptions due to backwards incompatible code, we have to pin the version of GitPython to 3.1.14 as it's the last version to support python-3.5. Change-Id: If273266c23dd3ce6bbcdc15348571028d0388a82 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2808656..3aa3b80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ flake8 python-ldap==3.3.1 django-auth-ldap==1.6.1 virtualenv +GitPython==3.1.14 -- cgit v1.2.3