Skip to content

Commit d4691a7

Browse files
committed
Fix version of voluptuous to 0.7.2 because of compatibility issues
1 parent 531d080 commit d4691a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def ansible_pb_files():
4949

5050
setup(
5151
name="elasticluster",
52-
version="1.0.1",
52+
version="1.0.2",
5353
description="A command line tool to create, manage and setup computing clusters hosted on a public or private cloud infrastructure.",
5454
long_description=open('README.rst').read(),
5555
author="Grid Computing Competence Centre, University of Zurich",
@@ -87,7 +87,7 @@ def ansible_pb_files():
8787
'google-api-python-client',
8888
'oauth2client',
8989
'httplib2',
90-
'voluptuous',
90+
'voluptuous==0.7.2',
9191
'configobj'
9292
],
9393
tests_require = ['tox', 'mock', 'nose'],

0 commit comments

Comments
 (0)