X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=c0ee55c4f181211bbc0699ba5d5d84e5549e555f;hb=c5e58063019ca387cac9527cfc0dba9b595d1ff1;hp=ffbd01c92213d8b59c03124a7158b324a510b4f8;hpb=da6fb108bb31d9ee12c1f0e5bb44936330cc99a7;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index ffbd01c..c0ee55c 100644 --- a/setup.py +++ b/setup.py @@ -45,19 +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', - 'jinja2', - # 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==5.*', + 'aiohttp==3.*', + '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==2.10', + 'grpcio-tools==1.32.0', + 'grpclib==0.4.1', ], setup_requires=['setuptools-version-command'], )