From 3f47a99af1e62465f952661ce0014539ffc122ac Mon Sep 17 00:00:00 2001 From: andrzejboro <35424249+andrzejboro@users.noreply.github.com> Date: Fri, 17 Apr 2020 19:53:21 +0200 Subject: [PATCH] Update GitPython to 2.1.15, python2.7 compatible GitPython 2.1.15 has been reworked to work on deprecated python 2.7. https://github.com/gitpython-developers/GitPython/issues/897 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fda55c7..f07290e6 100755 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ requests==2.20.0 Werkzeug==0.11.10 httplib2==0.9.2 flask-classy==0.6.10 -GitPython==2.1.3 +GitPython==2.1.15