Unit tests for admin_topics
[osm/NBI.git] / setup.py
index cd7b5d4..7a4599a 100644 (file)
--- 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=[
         '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',
         'osm-common',
         'jsonschema',
         'PyYAML',
         'osm-im',
-        'python-keystoneclient'
+        'python-keystoneclient',
+        'requests',
+        'aiohttp',
     ],
     setup_requires=['setuptools-version-command'],
 )
     ],
     setup_requires=['setuptools-version-command'],
 )