|
|
@@ -8,9 +8,9 @@ setup(name='cloudbridge',
|
|
|
author='Galaxy and GVL Projects',
|
|
|
author_email='support@genome.edu.au',
|
|
|
url='http://cloudbridge.readthedocs.org/',
|
|
|
- install_requires=['bunch>=1.00', 'python-keystoneclient',
|
|
|
- 'python-novaclient', 'python-cinderclient',
|
|
|
- 'boto'],
|
|
|
+ install_requires=['bunch>=1.00', 'six>=1.9.0',
|
|
|
+ 'python-keystoneclient', 'python-novaclient',
|
|
|
+ 'python-cinderclient', 'boto'],
|
|
|
packages=find_packages(),
|
|
|
license='MIT',
|
|
|
classifiers=[
|