diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ setup(name = "GitPython", package_dir = {'':'lib'}, license = "BSD License", requires=('gitdb (>=0.5)',), + install_requires='gitdb >= 0.5.0', long_description = """\ GitPython is a python library used to interact with Git repositories""", classifiers = [ |