diff options
author | Jack Chan <chenjiankun1@huawei.com> | 2018-03-23 09:18:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-23 09:18:17 +0000 |
commit | b76895f81f47c17edf1ae55ff3cbd2b0783ed777 (patch) | |
tree | e33dd1f06bf78e77906249e6a0eef15d3c1a7a13 | |
parent | d90c544053e3ca5ec016f2c4c62003b965c52af8 (diff) | |
parent | e3d2614f1294904192ce31a3fb3c3f191a11e5bd (diff) |
Merge "Bugfix: 'module' object has no attribute 'UnsupportedExtension'"
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 409bcd8c1..02545de1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ python-keystoneclient==3.13.0 # OSI Approved Apache Software License python-neutronclient==6.5.0 # OSI Approved Apache Software License python-novaclient==9.1.1 # OSI Approved Apache Software License pyzmq==16.0.2 # LGPL+BSD; OSI Approved GNU Library or Lesser General Public License (LGPL); OSI Approved BSD License -requests==2.18.2 # Apache 2.0; OSI Approved Apache Software License +requests==2.11.1 # Apache 2.0; OSI Approved Apache Software License requestsexceptions==1.3.0 # OSI Approved Apache Software License scp==0.10.2 # LGPL shade==1.22.2 # OSI Approved Apache Software License |