X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=44b011bc92bbb20984a43755145722ad05b0cb90;hb=6866642526003d1cd657fb5acaf5287b55472ec0;hp=720e72fcc00937658d6e900d24d4829fddbd0e11;hpb=072b1ce375d593ad1372ea974319e11ea28153f6;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 720e72f..44b011b 100644 --- a/setup.py +++ b/setup.py @@ -52,10 +52,8 @@ setup( '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', - '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 + 'grpcio-tools==1.32.0', + 'grpclib==0.4.1', ], setup_requires=['setuptools-version-command'], )