X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=55ca03b3176352dd1c33bc5a7bfc7e726dff2d46;hb=refs%2Fchanges%2F22%2F9922%2F1;hp=f134876c584b1b7b1218665e7a13d9894e284962;hpb=329b81892dc8d2549209fd73505d1f88cf862a72;p=osm%2FNBI.git diff --git a/setup.py b/setup.py index f134876..55ca03b 100644 --- a/setup.py +++ b/setup.py @@ -49,13 +49,13 @@ setup( # ], install_requires=[ 'CherryPy==18.1.2', - 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common', + 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common', 'jsonschema==3.2.0', 'PyYAML', - 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im', + 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git@v8.0#egg=osm-im', 'python-keystoneclient', 'requests', - 'aiohttp>=2.3.10', + 'aiohttp>=2.3.10,<=3.6.2', ], setup_requires=['setuptools-version-command'], )