X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=aa83fd6be2f878a1be0f569e154279438c3cce16;hb=486e75d23b0ad25e0ce26222994aa9189473ed19;hp=b4d614ad19a1f3fb7606b488c430734812e8e86f;hpb=626e0150294da773c136d444d000e1a8b4521dea;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index b4d614a..aa83fd6 100644 --- 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 ],