Adds collection of VM status metric in OpenStack infra plugin
[osm/MON.git] / setup.py
index 3792510..2126358 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -53,16 +53,18 @@ setup(
     install_requires=[
         "aiokafka==0.4.*",
         "requests==2.18.*",
-        "cherrypy==14.0.*",
         "jsmin==2.2.*",
         "jsonschema==2.6.*",
         "python-keystoneclient==3.15.*",
         "six==1.11.*",
-        "peewee==3.1.*",
+        "peewee==3.8.*",
         "pyyaml==3.*",
         "prometheus_client==0.4.*",
         "gnocchiclient==7.0.*",
         "pyvcloud==19.1.1",
+        "python-ceilometerclient==2.9.*",
+        "peewee-migrate==1.1.*",
+        "python-novaclient==12.0.*",
         "osm-common",
         "n2vc"
     ],