From 6b2abb148c3e7d0a534118bb82e9533fb9faaee4 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Mon, 23 May 2016 15:06:52 +0200 Subject: [PATCH] Add dependency to futures lib in README Change-Id: Ifc0cc69a7b275248ddadcc37d892bb19efc34e12 Signed-off-by: Morgan Richomme --- utils/test/result_collection_api/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/test/result_collection_api/README.md b/utils/test/result_collection_api/README.md index d73274c69..2798db6e3 100644 --- a/utils/test/result_collection_api/README.md +++ b/utils/test/result_collection_api/README.md @@ -6,6 +6,7 @@ Install: ``` pip install testtools pip install discover +pip install futures ``` ## How to: -- 2.16.6