X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=67c1740c5e232096234a16a9d04136215b25c787;hp=cd7b5d4ed25d87c20b67502d3abd73ccaae573a6;hb=refs%2Fchanges%2F37%2F8837%2F1;hpb=02a04c1124a4ba30e9fc07e204a995ff3d377bbf diff --git a/setup.py b/setup.py index cd7b5d4..67c1740 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', + 'CherryPy==18.1.2', + 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common', 'jsonschema', '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', ], setup_requires=['setuptools-version-command'], )