diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-05-17 08:59:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-17 08:59:01 +0000 |
commit | 794493f95dc235ada697f9fd7f6d983b48521b4d (patch) | |
tree | 45814a304f920ca8a73658839d1b793f61b5ebdf /requirements.txt | |
parent | de4f9846cf3e79b481db8b668fb9d27d2acbb0d6 (diff) | |
parent | c883810963b208e60b714e2c222b32f20bd6138a (diff) |
Merge "Add Python3 support to the ODL testcase"
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e9b32e45..4170157c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,3 +36,4 @@ openbaton-cli==2.2.1-beta7 mock==1.3.0 iniparse==0.4 PrettyTable>=0.7.1,<0.8 # BSD +six>=1.9.0 # MIT |