Updates branch sol006 with master

Change-Id: Ie684cefe015b1fd167d26af5911e1b216499507d
Signed-off-by: garciaale <agarcia@whitestack.com>
diff --git a/setup.py b/setup.py
index 689e926..f5b9e15 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,8 @@
     license='Apache 2',
     install_requires=[
         'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic',
-        'jinja2', 'osm-im'
+        'jinja2', 'osm-im', 'verboselogs', 'packaging', 'ruamel.yaml',
+        'requests'
     ],
     dependency_links=[
         'git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',