removed install_requires from setup.py
This commit is contained in:
7
setup.py
7
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',
|
||||
|
@@ -63,7 +63,6 @@ swift/__init__.py
|
||||
swift.egg-info/PKG-INFO
|
||||
swift.egg-info/SOURCES.txt
|
||||
swift.egg-info/dependency_links.txt
|
||||
swift.egg-info/requires.txt
|
||||
swift.egg-info/top_level.txt
|
||||
swift/account/__init__.py
|
||||
swift/account/auditor.py
|
||||
|
Reference in New Issue
Block a user