removed install_requires from setup.py

This commit is contained in:
Clay Gerrard
2010-07-19 22:27:15 +00:00
committed by Tarmac
2 changed files with 1 additions and 7 deletions

View File

@@ -35,12 +35,7 @@ setup(
'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.6',
'Environment :: No Input/Output (Daemon)', 'Environment :: No Input/Output (Daemon)',
], ],
install_requires=[ install_requires=[], # removed for better compat
'eventlet>=0.9.1',
'simplejson>=2.0.9', # included for speed
'WebOb>=0.9.8',
'xattr>=0.4',
],
scripts=['bin/st', 'bin/swift-account-auditor', scripts=['bin/st', 'bin/swift-account-auditor',
'bin/swift-account-audit', 'bin/swift-account-reaper', 'bin/swift-account-audit', 'bin/swift-account-reaper',
'bin/swift-account-replicator', 'bin/swift-account-server', 'bin/swift-account-replicator', 'bin/swift-account-server',

View File

@@ -63,7 +63,6 @@ swift/__init__.py
swift.egg-info/PKG-INFO swift.egg-info/PKG-INFO
swift.egg-info/SOURCES.txt swift.egg-info/SOURCES.txt
swift.egg-info/dependency_links.txt swift.egg-info/dependency_links.txt
swift.egg-info/requires.txt
swift.egg-info/top_level.txt swift.egg-info/top_level.txt
swift/account/__init__.py swift/account/__init__.py
swift/account/auditor.py swift/account/auditor.py