From cf0b7f0530e765f2cf710bd35daf53bb4ea205d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Reni=C3=A9?= Date: Thu, 28 Aug 2014 20:50:20 +0200 Subject: Make all unit tests pass on py3.3/3.4 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e16fe0e..21786fc 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets. """, keywords="apache kafka", + install_requires=['six'], classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", -- cgit v1.2.1