Skip to content

Commit 915782e

Browse files
Flamefireboegel
authored andcommitted
Fix gitdb dependency on Python 2.6
1 parent 482d03a commit 915782e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ keyring==5.7.1; python_version < '2.7'
55
keyring<=9.1; python_version >= '2.7'
66
keyrings.alt; python_version >= '2.7'
77

8+
# GitDB 4.0.1 no longer supports Python 2.6
9+
gitdb==0.6.4; python_version < '2.7'
10+
gitdb; python_version >= '2.7'
11+
812
# GitPython 2.1.9 no longer supports Python 2.6
913
GitPython==2.1.8; python_version < '2.7'
1014
GitPython; python_version >= '2.7'

0 commit comments

Comments
 (0)