| commit | 0f98af53b320c8244b58d0d8751e28e157949e8e | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Mon Mar 19 10:28:22 2018 +0100 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Tue Apr 03 13:10:49 2018 +0200 |
| tree | c9eb060934ca9efe617c5c88c298c7c8a9b4a9d5 | |
| parent | f27c79b67671934005fa1691158c363e2b686e77 [diff] [blame] |
Methods for managing VIMs, SDNs Change-Id: I34c3ac84c811dcfe1d71fe7e6fec0b820993d541 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py index 60d7e28..96c9e49 100644 --- a/setup.py +++ b/setup.py
@@ -23,7 +23,7 @@ ], install_requires=[ - 'CherryPy', 'pymongo' + 'CherryPy', 'pymongo', 'jsonchema' ], # setup_requires=['setuptools-version-command'], # test_suite='nose.collector',