diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-11 22:42:20 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-11 22:56:36 +0800 |
commit | f92c2a77455c356d48046fad7c3056e193dd5a0c (patch) | |
tree | 7402d3c116335c280dda46e23ee2f5207595beb8 | |
parent | ff9766e66749513e754acfa8af8d74356be99d78 (diff) |
Freeze dependency versions
Change-Id: I9106c31eb7786c3fc98d9e53bd9626349431de4e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | requirements.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt index d00b3cf1..0355eb3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,10 @@ -click -pyyaml -paramiko -connexion -numpy -pbr -ConfigParser -prettytable +ansible==2.1.2.0 +click==6.7 +connexion==1.1.5 +Jinja2==2.9.5 +numpy==1.12.1 +paramiko==2.1.2 +pbr==2.0.0 +prettytable==0.7.2 +six==1.10.0 +PyYAML==3.12 |