From c883810963b208e60b714e2c222b32f20bd6138a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 17 May 2017 06:06:51 +0200 Subject: Add Python3 support to the ODL testcase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also adds this support to its dependencies. Change-Id: I0534f0c7b0e15a9ee89f522f314cf5200874454c Signed-off-by: Cédric Ollivier --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index e9b32e454..4170157c1 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 -- cgit 1.2.3-korg