diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-24 14:57:28 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-24 14:58:42 +0800 |
commit | 05ed8bbe8a4e3c6092152382fdb42e33fd3841a2 (patch) | |
tree | 2ded8ad2d544697b485b24a2281e354f19094eeb | |
parent | 3f64856916977aedaf3fda7ef32d665cbaae1858 (diff) |
Fix verification failure caused by connexion version
Change-Id: I68534806c43e0eda69905e6890837dadd31140fe
JIRA: QTIP-259
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index adcc1fd4..3a13361a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ colorama ansible click -connexion +connexion<=1.1.11 Jinja2 numpy paramiko |