diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-03-21 08:18:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-21 08:18:24 +0000 |
commit | e345f4757abda2e7e734d86d89024d7af6e17de9 (patch) | |
tree | f3e717f7c13d7dfcb5177c54ab80a1c3b6f9f637 /requirements.txt | |
parent | a854a1dde960b630c0c0d854dee9232e4c4e9ac8 (diff) | |
parent | 348167d3301ade14c12d9b26f138c94afece170a (diff) |
Merge "Enforce pip version during installation"
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d45e4b149..409bcd8c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ oslo.utils==3.28.0 # OSI Approved Apache Software License paramiko==2.2.1 # LGPL; OSI Approved GNU Library or Lesser General Public License (LGPL) pbr==3.1.1 # OSI Approved Apache Software License; Apache License, Version 2.0 pika==0.10.0 # BSD; OSI Approved BSD License -pip==9.0.1;python_version=='2.7' # MIT +pip==9.0.1 # MIT positional==1.1.2 # OSI Approved Apache Software License pycrypto==2.6.1 # Public Domain pyparsing==2.2.0 # MIT License; OSI Approved MIT License |