fix 1273: freezing aiokafka version to 0.6.0
[osm/common.git] / setup.py
index 25e36fd..6742c7a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
 
     install_requires=[
         'pymongo',
-        'aiokafka',
+        'aiokafka==0.6.0',
         'PyYAML',
         'pycrypto',
     ],