projects
/
osm
/
MON.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e95fd
)
fix(aiokafka): change aiokafka version to 0.6.0
92/9092/1
author
bravof
<fbravo@whitestack.com>
Fri, 12 Jun 2020 15:10:15 +0000
(11:10 -0400)
committer
palsus
<subhankar.pal@altran.com>
Tue, 16 Jun 2020 08:52:28 +0000
(10:52 +0200)
Change-Id: Ie61046eb869c93019f78424fdc3d18faa70cbc57
Signed-off-by: bravof <fbravo@whitestack.com>
(cherry picked from commit
4509db85e33d7be00c12548a1d1d93cc94c6ebab
)
requirements.txt
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
29ee06a
..
d4eb273
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-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.*
diff --git
a/setup.py
b/setup.py
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.*",