fix(aiokafka): change aiokafka version to 0.6.0 84/9084/1
authorbravof <fbravo@whitestack.com>
Fri, 12 Jun 2020 15:10:15 +0000 (11:10 -0400)
committerbravof <fbravo@whitestack.com>
Fri, 12 Jun 2020 15:10:15 +0000 (11:10 -0400)
Change-Id: Ie61046eb869c93019f78424fdc3d18faa70cbc57
Signed-off-by: bravof <fbravo@whitestack.com>
requirements.txt
setup.py

index 29ee06a..d4eb273 100644 (file)
@@ -18,7 +18,7 @@
 
 # For those usages not covered by the Apache License, Version 2.0 please
 # contact: prithiv.mohan@intel.com or adrian.hoban@intel.com
-aiokafka==0.4.*
+aiokafka==0.6.0
 requests==2.18.*
 python-keystoneclient==3.15.*
 six==1.11.*
index 37a2566..3eeb9e5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(
     packages=[_name],
     package_dir={_name: _name},
     install_requires=[
-        "aiokafka==0.4.*",
+        "aiokafka==0.6.0",
         "requests==2.18.*",
         "python-keystoneclient==3.15.*",
         "six==1.11.*",