X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=c0ee55c4f181211bbc0699ba5d5d84e5549e555f;hb=refs%2Fchanges%2F48%2F9748%2F1;hp=353dc00fea06bd6335a05a67a768de3696fdc3fb;hpb=09f07f3fab87a34680b51a5a1fbe09f246bdf0ba;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 353dc00..c0ee55c 100644 --- a/setup.py +++ b/setup.py @@ -47,13 +47,13 @@ setup( # ], install_requires=[ # 'pymongo', - 'PyYAML', - 'aiohttp>=2.3.10', + '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', - 'grpcio-tools==1.31.0', - 'grpclib==0.3.2', + 'jinja2==2.10', + 'grpcio-tools==1.32.0', + 'grpclib==0.4.1', ], setup_requires=['setuptools-version-command'], )