Skip to content

Commit

Permalink
Merge pull request #11 from JadeHayes/patch-1
Browse files Browse the repository at this point in the history
Update setup.py - require newer gitPython version
  • Loading branch information
jantman authored Sep 18, 2020
2 parents dcaa53c + c276200 commit bc0cac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
description='Python package to find the version of another package, '
'whether installed via pip, setuptools or git.',
long_description=long_description,
install_requires=['GitPython>=2.1.0,<2.2.0'],
install_requires=['GitPython~=3.1'],
keywords="version git pip pkg_resources setuptools",
classifiers=classifiers
)

0 comments on commit bc0cac9

Please sign in to comment.