diff --git a/setup.py b/setup.py index e80fe4ce..e7409225 100644 --- a/setup.py +++ b/setup.py @@ -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},