bug 915 fix kdu termination on a failed deployemnt
Allow additional params for a concrete kdu and vdu

Change-Id: I6c800c011dcf75e68bde00345cd5ebfa6dd5c87a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py
index ffbd01c..b4d614a 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
     ],
     install_requires=[
         # 'pymongo',
-        'PyYAML>=3.*',
+        'PyYAML',
         'aiohttp==0.20.2',
         'osm-common',
         'n2vc',