diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-05 12:13:34 -0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-05 13:07:17 -0800 |
commit | d12a3a3d882dd30c9b501884fe92c037764b9e04 (patch) | |
tree | da074fb29a74dcf12b78dc36f9f73dd4a0b1694f /requirements.txt | |
parent | af983e483333615d6528df2489975c866c3f3e54 (diff) |
Use frozen requirements
Change-Id: I3de2e7d3fc2e88d0556b35c34830d7eab522d404
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/requirements.txt b/requirements.txt index 97229c29..f9225232 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -ansible -click -connexion<=1.1.11 -Jinja2 -numpy -pbr -prettytable -six -PyYAML -humanfriendly -asq -Django -requests +humanfriendly==4.4.1 +connexion==1.1.11 +Jinja2==2.9.6 +Django==1.11.5 +asq==1.2.1 +six==1.11.0 +ansible==2.4.0.0 +requests==2.18.4 +prettytable==0.7.2 +numpy==1.13.1 +click==6.7 +pbr==3.1.1 +PyYAML==3.12 |