summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index bfc2be0a..2dc1aa5a 100755
--- a/setup.py
+++ b/setup.py
@@ -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 = [