summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Schadel <jasons@aweber.com>2012-11-19 16:27:46 -0500
committerJason Schadel <jasons@aweber.com>2012-11-19 16:27:46 -0500
commit2ea761425b9fa1fda57e83a877f4e2fdc336a9a3 (patch)
tree2dff87f8e3d6211c20b7e65eaba011f01a77d387 /setup.py
parent0b820e617ab21b372394bf12129c30174f57c5d7 (diff)
downloadgitpython-2ea761425b9fa1fda57e83a877f4e2fdc336a9a3.tar.gz
Remove requires in setup.py.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1c58cb65..a1dad364 100755
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,6 @@ setup(name = "GitPython",
package_data = {'git.test' : ['fixtures/*']},
package_dir = {'git':'git'},
license = "BSD License",
- requires=('gitdb (>=0.5.1)',),
install_requires='gitdb >= 0.5.1',
zip_safe=False,
long_description = """\