X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=309dda157f52d7589a577e2afa7d39b49cf45dbd;hp=67c1740c5e232096234a16a9d04136215b25c787;hb=1bd9d95c5213248cd9dbe6d5a709f0fe2688b4c2;hpb=454c30b8407d64cf360dacb0444c586b46801e1c diff --git a/setup.py b/setup.py index 67c1740..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', + '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'], )