summaryrefslogtreecommitdiffstats
path: root/testapi/requirements.txt
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2018-11-20 15:34:33 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2018-11-20 15:52:02 +0800
commit32474d3712dc8871a67266f7c3c4500fc486bb9f (patch)
tree27e7896b996af96095c8e309957e12e17aa24412 /testapi/requirements.txt
parentd9a312a151e8025141d3b9d08f111e4950a0ff3f (diff)
bugfix: newly build image not work due to package update
Change-Id: I0be207cd8b8f81aa0010d59e0781f002f682f747 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/requirements.txt')
-rw-r--r--testapi/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapi/requirements.txt b/testapi/requirements.txt
index 7f50fd7..f551d48 100644
--- a/testapi/requirements.txt
+++ b/testapi/requirements.txt
@@ -7,7 +7,7 @@ setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,
tornado>=3.1,<=4.3 # Apache-2.0
epydoc>=0.3.1
six>=1.9.0 # MIT
-motor # Apache-2.0
-python-cas
+motor==1.2.2 # Apache-2.0
+python-cas==1.2.0
requests[security]
futures \ No newline at end of file