Skip to content

Commit

Permalink
pin compatible thrift dependency version
Browse files Browse the repository at this point in the history
fixes issue pycassa#245
  • Loading branch information
XN137 committed Jan 17, 2017
1 parent 3be0766 commit 429cc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -124,7 +124,7 @@ def run(self):
'pycassa.logging',
'pycassa.contrib'],
tests_require = ['nose'],
install_requires = ['thrift'],
install_requires = ['thrift==0.9.3'],
py_modules=['ez_setup'],
scripts=['pycassaShell'],
cmdclass={"doc": doc, "rpm": rpm},
Expand Down

0 comments on commit 429cc1c

Please sign in to comment.