X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=55ca03b3176352dd1c33bc5a7bfc7e726dff2d46;hb=02513e75265611b75521824ff67aa0add415249e;hp=67c1740c5e232096234a16a9d04136215b25c787;hpb=454c30b8407d64cf360dacb0444c586b46801e1c;p=osm%2FNBI.git diff --git a/setup.py b/setup.py index 67c1740..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', - 'jsonschema', + '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'], )