Skip to content

Commit

Permalink
Bump required GitPython (#68)
Browse files Browse the repository at this point in the history
Fix #65. 

GitPython 2.18 is now out with the required fix. 

gitpython-developers/GitPython#687 (comment)
  • Loading branch information
hugovk authored and msiemens committed Dec 11, 2017
1 parent f86f789 commit f520493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
GitPython>=2.1.1
GitPython>=2.1.8
colorama>=0.3.7
termcolor>=1.1.0
click>=6.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
name="git-up",
version="1.4.5",
packages=find_packages(),
install_requires=['GitPython>=2.1.1', 'colorama>=0.3.7',
install_requires=['GitPython>=2.1.8', 'colorama>=0.3.7',
'termcolor>=1.1.0', 'click>=6.0.0',
'six>=1.10.0'],

Expand Down

0 comments on commit f520493

Please sign in to comment.