summaryrefslogtreecommitdiffstats
path: root/testapi/requirements.txt
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-16 17:52:44 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-16 19:32:58 +0800
commit274438a3b7a60f1512981182bbf4808b2a4986ac (patch)
tree82a7c3bda8163dbf24af1642e66b9f7db7002876 /testapi/requirements.txt
parent909be5b53a6141f84480dc29eb5dbfffe5c35fad (diff)
bugfix: /resources.json and /APIs cannot be accessed
1. change the join way of discover_url 2. limit tornado version not to use latest 4.5 Change-Id: I39dfd3b32bf232a7c144087bc9d5f88fb6798ee7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/requirements.txt')
-rw-r--r--testapi/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/requirements.txt b/testapi/requirements.txt
index e1fd9e4..ee144d2 100644
--- a/testapi/requirements.txt
+++ b/testapi/requirements.txt
@@ -4,6 +4,6 @@
pbr>=1.6
setuptools>=16.0
-tornado>=3.1
+tornado>=3.1,<=4.3
epydoc>=0.3.1
motor