X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=f9a219770815c17e82b080ed9e57c0a173ae01b0;hb=3ef02756b574db3cbdd9cc80198d1e2dc46c3f85;hp=f134876c584b1b7b1218665e7a13d9894e284962;hpb=329b81892dc8d2549209fd73505d1f88cf862a72;p=osm%2FNBI.git diff --git a/setup.py b/setup.py index f134876..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', + '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',