diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-22 11:05:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-22 11:05:21 +0000 |
commit | e1001a2789cfb7af9f8ae269e04a6d0750c7d1f3 (patch) | |
tree | d0501b7de8729044f1c273e64f83c1bc1192820a /modules/setup.py | |
parent | e3d9ba34e99dab52e3e33a6c878b00a9f380c760 (diff) | |
parent | 58da374e1660c541bff60dd6c3ba6f89f6f6793d (diff) |
Merge "Add Exceptions and Constants in opnfv module"
Diffstat (limited to 'modules/setup.py')
-rw-r--r-- | modules/setup.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/setup.py b/modules/setup.py index 26f8a6eaa..8ac5ceac3 100644 --- a/modules/setup.py +++ b/modules/setup.py @@ -17,5 +17,9 @@ setup( package_data={ }, url="https://www.opnfv.org", - install_requires=["paramiko>=2.0.1"] + install_requires=["paramiko>=2.0.1", + "mock==1.3.0", + "nose==1.3.7", + "coverage==4.1", + "requests==2.9.1"] ) |