Bug 1106 : Kill processes still running after join call timeout reached, also timeout...
[osm/MON.git] / setup.py
index 032ee87..3eeb9e5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -51,12 +51,12 @@ setup(
     packages=[_name],
     package_dir={_name: _name},
     install_requires=[
-        "aiokafka==0.4.*",
+        "aiokafka==0.6.0",
         "requests==2.18.*",
         "python-keystoneclient==3.15.*",
         "six==1.11.*",
         "peewee==3.8.*",
-        "pyyaml==3.*",
+        "pyyaml>=5.1.2",
         "prometheus_client==0.4.*",
         "gnocchiclient==7.0.*",
         "pyvcloud==19.1.1",
@@ -74,6 +74,7 @@ setup(
             "osm-mon-server = osm_mon.cmd.mon_server:main",
             "osm-mon-evaluator = osm_mon.cmd.mon_evaluator:main",
             "osm-mon-collector = osm_mon.cmd.mon_collector:main",
+            "osm-mon-dashboarder = osm_mon.cmd.mon_dashboarder:main",            
             "osm-mon-healthcheck = osm_mon.cmd.mon_healthcheck:main",
         ]
     },