X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=f134876c584b1b7b1218665e7a13d9894e284962;hp=7a4599ac7287a715c34de28214f9377d0d16761b;hb=8748af53c4e12a7034c9bc107c502c32c593aadf;hpb=970093cf246e3fcfa34b6e195c459d244272e213 diff --git a/setup.py b/setup.py index 7a4599a..f134876 100644 --- a/setup.py +++ b/setup.py @@ -47,19 +47,15 @@ setup( # data_files=[('/etc/osm/', ['osm_nbi/nbi.cfg']), # ('/etc/systemd/system/', ['osm_nbi/osm-nbi.service']), # ], - dependency_links=[ - "git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im", - 'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common' - ], install_requires=[ 'CherryPy==18.1.2', - 'osm-common', - 'jsonschema', + 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common', + 'jsonschema==3.2.0', 'PyYAML', - 'osm-im', + 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im', 'python-keystoneclient', 'requests', - 'aiohttp', + 'aiohttp>=2.3.10', ], setup_requires=['setuptools-version-command'], )