summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index 92838c13..b30988c2 100755
--- a/setup.py
+++ b/setup.py
@@ -43,12 +43,6 @@ try:
except:
pass
-requirements = ['setuptools', 'httplib2', 'eventlet', 'paste', 'pastedeploy',
- 'webob', 'Routes', 'sqlalchemy', 'sqlalchemy-migrate',
- 'lxml', 'passlib']
-if sys.version_info < (2, 6):
- requirements.append('simplejson')
-
setup(
name='keystone',
version=version.canonical_version(),
@@ -66,7 +60,6 @@ setup(
'bin/keystone-control'],
zip_safe=False,
cmdclass=cmdclass,
- install_requires=requirements,
tests_require=['nose', 'unittest2', 'webtest', 'mox', 'pylint', 'pep8'],
test_suite='keystone.test.runtests',
entry_points={