X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=aa83fd6be2f878a1be0f569e154279438c3cce16;hb=7c121137a1cfa94542a13580f3663db1c7e7cdb1;hp=17e6ab878f4e09882d96b87768db4f13a1d8fb74;hpb=35be915861daf31fe227ee1e90e063d3796d42ef;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 17e6ab8..aa83fd6 100644 --- a/setup.py +++ b/setup.py @@ -51,11 +51,13 @@ setup( ], install_requires=[ # 'pymongo', - 'PyYAML==3.*', - 'aiohttp==0.20.2', + 'PyYAML', + '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 ],