We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531d080 commit d4691a7Copy full SHA for d4691a7
setup.py
@@ -49,7 +49,7 @@ def ansible_pb_files():
49
50
setup(
51
name="elasticluster",
52
- version="1.0.1",
+ version="1.0.2",
53
description="A command line tool to create, manage and setup computing clusters hosted on a public or private cloud infrastructure.",
54
long_description=open('README.rst').read(),
55
author="Grid Computing Competence Centre, University of Zurich",
@@ -87,7 +87,7 @@ def ansible_pb_files():
87
'google-api-python-client',
88
'oauth2client',
89
'httplib2',
90
- 'voluptuous',
+ 'voluptuous==0.7.2',
91
'configobj'
92
],
93
tests_require = ['tox', 'mock', 'nose'],
0 commit comments