fix devops-stages/stage-build.sh grpclib instalation
[osm/LCM.git] / setup.py
index b4d614a..aa83fd6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -52,10 +52,12 @@ setup(
     install_requires=[
         # 'pymongo',
         'PyYAML',
-        'aiohttp==0.20.2',
+        'aiohttp>=2.3.10',
         'osm-common',
         'n2vc',
         'jinja2',
+        'grpcio-tools',
+        'grpclib',
         # TODO this is version installed by 'apt python3-aiohttp' on Ubuntu Sserver 14.04
         # version installed by pip 3.3.2 is not compatible. Code should be migrated to this version and use pip3
     ],