X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=68b6c64de978cbd3e73a683c0e6d88a885cd5a88;hb=4fa7f8e9db814dcbd84457ac6eb5d2b8bdca1cf7;hp=dddfc02f33c89d13d684e1ba10d2ce831f2db86e;hpb=d5916fd2af450e9e146100a65e632e3cc0400748;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index dddfc02..68b6c64 100644 --- a/setup.py +++ b/setup.py @@ -46,16 +46,18 @@ setup( # ('/etc/systemd/system/', ['osm_lcm/osm-lcm.service']), # ], dependency_links=[ - 'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common', - 'git+https://osm.etsi.org/gerrit/osm/N2VC.git#egg=n2vc', + 'git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common', + 'git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc', ], install_requires=[ # 'pymongo', 'PyYAML', - 'aiohttp==3.*', + '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 ],