X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=ad7cdd5234d864e8fb592b210dc2961b1aa93238;hp=cd7b5d4ed25d87c20b67502d3abd73ccaae573a6;hb=refs%2Fchanges%2F53%2F8053%2F2;hpb=02a04c1124a4ba30e9fc07e204a995ff3d377bbf diff --git a/setup.py b/setup.py index cd7b5d4..ad7cdd5 100644 --- a/setup.py +++ b/setup.py @@ -52,12 +52,13 @@ 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' ], setup_requires=['setuptools-version-command'], )