Skip to content

Commit

Permalink
Fix gitdb dependency on Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Feb 24, 2020
1 parent 5d388d7 commit a499834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ keyring==5.7.1; python_version < '2.7'
keyring<=9.1; python_version >= '2.7'
keyrings.alt; python_version >= '2.7'

# GitDB 4.0.1 no longer supports Python 2.6
gitdb==0.6.4; python_version < '2.7'
gitdb; python_version >= '2.7'

# GitPython 2.1.9 no longer supports Python 2.6
GitPython==2.1.8; python_version < '2.7'
GitPython; python_version >= '2.7'
Expand Down

0 comments on commit a499834

Please sign in to comment.