diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2018-06-17 15:59:26 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2018-06-17 15:59:26 +0800 |
commit | 297eef48bf620160e90caa86d0bbc9c5a9417425 (patch) | |
tree | bb6f7e606ce7f872af9b9ad6b73ebfd2ed126519 /testapi | |
parent | c2d84c71ab2a72839fd7caf36aab4f6354d39f23 (diff) |
bugfix: no futures
Change-Id: I8b313a9aff49219ae554273c8738c73a48b75560
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi')
-rw-r--r-- | testapi/requirements.txt | 3 | ||||
-rw-r--r-- | testapi/test-requirements.txt | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testapi/requirements.txt b/testapi/requirements.txt index f752a64..7f50fd7 100644 --- a/testapi/requirements.txt +++ b/testapi/requirements.txt @@ -9,4 +9,5 @@ epydoc>=0.3.1 six>=1.9.0 # MIT motor # Apache-2.0 python-cas -requests[security]
\ No newline at end of file +requests[security] +futures
\ No newline at end of file diff --git a/testapi/test-requirements.txt b/testapi/test-requirements.txt index 17be7ea..233f465 100644 --- a/testapi/test-requirements.txt +++ b/testapi/test-requirements.txt @@ -8,4 +8,3 @@ nose # LGPL pytest # MIT pytest-cov # MIT pytest-mock # MIT -futures |