fix bug 791. Adding input validation for ns-create. It was only for ns-instantiate
[osm/NBI.git] / setup.py
index cd7b5d4..8946575 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,8 @@ setup(
         'jsonschema',
         'PyYAML',
         'osm-im',
-        'python-keystoneclient'
+        'python-keystoneclient',
+        'requests'
     ],
     setup_requires=['setuptools-version-command'],
 )