diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-17 06:06:51 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-17 07:24:29 +0200 |
commit | c883810963b208e60b714e2c222b32f20bd6138a (patch) | |
tree | 18fbcba71c151538950c41715b5db57c41a24a81 /requirements.txt | |
parent | b8b2c014b48511486e8cccbcfcaebad843239ac5 (diff) |
Add Python3 support to the ODL testcase
It also adds this support to its dependencies.
Change-Id: I0534f0c7b0e15a9ee89f522f314cf5200874454c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 |