X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=353dc00fea06bd6335a05a67a768de3696fdc3fb;hb=09f07f3fab87a34680b51a5a1fbe09f246bdf0ba;hp=5d7a52c2ba3cdfa207f618479826a0fe96d96e66;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 5d7a52c..353dc00 100644 --- a/setup.py +++ b/setup.py @@ -45,18 +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==3.*', - 'aiohttp==0.20.2', - 'osm-common', - 'n2vc', - # 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 + 'PyYAML', + 'aiohttp>=2.3.10', + 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common', + 'n2vc @ git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc', + 'jinja2', + 'grpcio-tools==1.31.0', + 'grpclib==0.3.2', ], setup_requires=['setuptools-version-command'], )