From 4ccd5fafda200f8f2be1ff4bccbe522a61980d1a Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Mon, 19 Jul 2010 17:17:03 -0500 Subject: [PATCH] removed isntall_requires from setup.py --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 8c95814e3f..d6db365479 100644 --- a/setup.py +++ b/setup.py @@ -35,12 +35,7 @@ setup( 'Programming Language :: Python :: 2.6', 'Environment :: No Input/Output (Daemon)', ], - install_requires=[ - 'eventlet>=0.9.1', - 'simplejson>=2.0.9', # included for speed - 'WebOb>=0.9.8', - 'xattr>=0.4', - ], + install_requires=[], # removed for better compat scripts=['bin/st', 'bin/swift-account-auditor', 'bin/swift-account-audit', 'bin/swift-account-reaper', 'bin/swift-account-replicator', 'bin/swift-account-server',