X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=a2d8a1bb25f020a27f3933eb7b2993110a7e9d4b;hb=6500339f6d90776325acc9973f0c8243b62b9439;hp=b4d614ad19a1f3fb7606b488c430734812e8e86f;hpb=acc9045429bde37434966e93c0f8f525b1c06cb2;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index b4d614a..a2d8a1b 100644 --- a/setup.py +++ b/setup.py @@ -45,17 +45,15 @@ setup( # data_files=[('/etc/osm/', ['osm_lcm/lcm.cfg']), # ('/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', - ], install_requires=[ # 'pymongo', 'PyYAML', - 'aiohttp==0.20.2', - 'osm-common', - 'n2vc', + 'aiohttp>=2.3.10', + 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common', + 'n2vc @ git+https://osm.etsi.org/gerrit/osm/N2VC.git#egg=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 ],