diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-06-20 11:57:38 -0700 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-06-20 19:47:49 +0000 |
commit | 5fa0ed07f830a6cd225689d9771e4cb480c4332a (patch) | |
tree | 31cfab3e16e3aee4a85df3f7399e9a1912164cbe /cvp | |
parent | bc7a096c84b3f40ad69244385d576d2796c2f970 (diff) |
Add Missing Futures Package
This is needed by the motor package.
Change-Id: Ie19958040bc026b834fd3891da3a205cb248df92
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'cvp')
-rw-r--r-- | cvp/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cvp/requirements.txt b/cvp/requirements.txt index fe9ca0d5..bb8dc800 100644 --- a/cvp/requirements.txt +++ b/cvp/requirements.txt @@ -14,3 +14,4 @@ tlslite>=0.4.9 pyjwt>=1.5.2 cryptography>=2.0.3 python-cas>=1.2.0 +futures |