Skip to content

Commit f520493

Browse files
hugovkmsiemens
authored andcommitted
Bump required GitPython (#68)
Fix #65. GitPython 2.18 is now out with the required fix. gitpython-developers/GitPython#687 (comment)
1 parent f86f789 commit f520493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GitPython>=2.1.1
1+
GitPython>=2.1.8
22
colorama>=0.3.7
33
termcolor>=1.1.0
44
click>=6.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name="git-up",
66
version="1.4.5",
77
packages=find_packages(),
8-
install_requires=['GitPython>=2.1.1', 'colorama>=0.3.7',
8+
install_requires=['GitPython>=2.1.8', 'colorama>=0.3.7',
99
'termcolor>=1.1.0', 'click>=6.0.0',
1010
'six>=1.10.0'],
1111

0 commit comments

Comments
 (0)