X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=f9a219770815c17e82b080ed9e57c0a173ae01b0;hb=5efabffd9b2f0d052fa0d2c824c1187a62ae5163;hp=67c1740c5e232096234a16a9d04136215b25c787;hpb=454c30b8407d64cf360dacb0444c586b46801e1c;p=osm%2FNBI.git diff --git a/setup.py b/setup.py index 67c1740..f9a2197 100644 --- a/setup.py +++ b/setup.py @@ -49,10 +49,10 @@ 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',