summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-05-23 15:06:52 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-05-23 15:07:21 +0200
commit6b2abb148c3e7d0a534118bb82e9533fb9faaee4 (patch)
treeb989c687890884e7eac63da8d0f01463e658a568
parent2d9728c02a90a32f7eebb25681a28e617276378d (diff)
Add dependency to futures lib in README
Change-Id: Ifc0cc69a7b275248ddadcc37d892bb19efc34e12 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r--utils/test/result_collection_api/README.md1
1 files changed, 1 insertions, 0 deletions
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: