diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,6 +16,7 @@ setup( }, url="https://www.opnfv.org", install_requires=["backport_ipaddress", # remove with python3 + "coverage>=3.6", "flake8", "Jinja2>=2.6", "PyYAML>=3.10", @@ -28,7 +29,8 @@ setup( "mock>=1.0.1", # remove with python3 "paramiko", "six", - "testrepository>=0.0.18" + "testrepository>=0.0.18", + "testtools>=1.4.0" ], extras_require={ 'plot': ["matplotlib>=1.4.2"] |