Changes vnf_member_index to a string
[osm/POL.git] / setup.py
index fc11bf0..8ebc49d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -54,11 +54,13 @@ setup(
         "pyyaml==3.*",
         "pymysql",
         "peewee-migrate==1.1.*",
+        "requests==2.*",
         "osm-common",
     ],
     entry_points={
         "console_scripts": [
             "osm-policy-agent = osm_policy_module.cmd.policy_module_agent:main",
+            "osm-pol-healthcheck = osm_policy_module.cmd.policy_module_healthcheck:main",
         ]
     },
     dependency_links=[