X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=309dda157f52d7589a577e2afa7d39b49cf45dbd;hp=f134876c584b1b7b1218665e7a13d9894e284962;hb=1409c2749c3fb04638f2bed3c9f52cba876e1a7a;hpb=329b81892dc8d2549209fd73505d1f88cf862a72 diff --git a/setup.py b/setup.py index f134876..309dda1 100644 --- a/setup.py +++ b/setup.py @@ -48,14 +48,14 @@ setup( # ('/etc/systemd/system/', ['osm_nbi/osm-nbi.service']), # ], install_requires=[ - 'CherryPy==18.1.2', + 'CherryPy>=18.1.2', 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common', - 'jsonschema==3.2.0', + 'jsonschema>=3.2.0', 'PyYAML', 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im', 'python-keystoneclient', 'requests', - 'aiohttp>=2.3.10', + 'aiohttp>=2.3.10,<=3.6.2', ], setup_requires=['setuptools-version-command'], )