X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=309dda157f52d7589a577e2afa7d39b49cf45dbd;hp=cd7b5d4ed25d87c20b67502d3abd73ccaae573a6;hb=2c4f9ec63fb977be6df40053be3ea50e409cf97f;hpb=02a04c1124a4ba30e9fc07e204a995ff3d377bbf diff --git a/setup.py b/setup.py index cd7b5d4..309dda1 100644 --- a/setup.py +++ b/setup.py @@ -47,17 +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.0.0', - 'osm-common', - 'jsonschema', + 'CherryPy>=18.1.2', + 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common', + 'jsonschema>=3.2.0', 'PyYAML', - 'osm-im', - 'python-keystoneclient' + 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im', + 'python-keystoneclient', + 'requests', + 'aiohttp>=2.3.10,<=3.6.2', ], setup_requires=['setuptools-version-command'], )