From 2ea761425b9fa1fda57e83a877f4e2fdc336a9a3 Mon Sep 17 00:00:00 2001 From: Jason Schadel Date: Mon, 19 Nov 2012 16:27:46 -0500 Subject: [PATCH] Remove requires in setup.py. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1c58cb656..a1dad3642 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,6 @@ def _stamp_version(filename): 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 = """\