diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-23 15:06:52 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-23 15:07:21 +0200 |
commit | 6b2abb148c3e7d0a534118bb82e9533fb9faaee4 (patch) | |
tree | b989c687890884e7eac63da8d0f01463e658a568 /utils | |
parent | 2d9728c02a90a32f7eebb25681a28e617276378d (diff) |
Add dependency to futures lib in README
Change-Id: Ifc0cc69a7b275248ddadcc37d892bb19efc34e12
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/result_collection_api/README.md | 1 |
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: |