X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=7a4599ac7287a715c34de28214f9377d0d16761b;hp=8946575d5ac8ae4d568c770ccc9153afe2613f2e;hb=cea9591384b32a78fd44bf26ea7129498be034d6;hpb=29933fc257389f16f9c798f52a43e43800475a4a diff --git a/setup.py b/setup.py index 8946575..7a4599a 100644 --- a/setup.py +++ b/setup.py @@ -52,13 +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', - 'requests' + 'requests', + 'aiohttp', ], setup_requires=['setuptools-version-command'], )