X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=7a4599ac7287a715c34de28214f9377d0d16761b;hp=cd7b5d4ed25d87c20b67502d3abd73ccaae573a6;hb=refs%2Fchanges%2F57%2F8057%2F2;hpb=02a04c1124a4ba30e9fc07e204a995ff3d377bbf diff --git a/setup.py b/setup.py index cd7b5d4..7a4599a 100644 --- a/setup.py +++ b/setup.py @@ -52,12 +52,14 @@ setup( 'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common' ], install_requires=[ - 'CherryPy==18.0.0', + 'CherryPy==18.1.2', 'osm-common', 'jsonschema', 'PyYAML', 'osm-im', - 'python-keystoneclient' + 'python-keystoneclient', + 'requests', + 'aiohttp', ], setup_requires=['setuptools-version-command'], )