X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=309dda157f52d7589a577e2afa7d39b49cf45dbd;hp=8946575d5ac8ae4d568c770ccc9153afe2613f2e;hb=1409c2749c3fb04638f2bed3c9f52cba876e1a7a;hpb=29933fc257389f16f9c798f52a43e43800475a4a diff --git a/setup.py b/setup.py index 8946575..309dda1 100644 --- a/setup.py +++ b/setup.py @@ -47,18 +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', + 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im', 'python-keystoneclient', - 'requests' + 'requests', + 'aiohttp>=2.3.10,<=3.6.2', ], setup_requires=['setuptools-version-command'], )