X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=6742c7ae7f8e676d47517f41241976099ee71e25;hb=refs%2Fchanges%2F25%2F9925%2F3;hp=22525b487fee5d9716ba9b61d56407a9bb3b72db;hpb=b3f024d1e7a0df1ee2ef4a0bb222e52f77e7ee6f;p=osm%2Fcommon.git diff --git a/setup.py b/setup.py index 22525b4..6742c7a 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,8 @@ setup( install_requires=[ 'pymongo', - 'aiokafka', + 'aiokafka==0.6.0', 'PyYAML', + 'pycrypto', ], )