diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-03-23 06:26:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-23 06:26:50 +0000 |
commit | 91aefe442153517a35c87e1fc02a30c2917c3783 (patch) | |
tree | ec235218e432a267ebb67830a828341f99199fd1 /requirements.txt | |
parent | 2fb078e21a3cd0dc69732f33b5a6ecc422eb577d (diff) | |
parent | ff3501f28a80537cb9a2453708e2d3d62c4a3292 (diff) |
Merge "Bugfix: Could not load EntryPoint.parse when using 'openstack -h'"
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt index 6e5792e1f..80547f5cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,9 @@ ############################################################################## appdirs==1.4.0 -Babel==2.2.0 +Babel==2.3.4 backport-ipaddress==0.1 -cliff==2.0.0 +cliff==2.3.0 cmd2==0.6.8 coverage==4.1b2 debtcollector==1.3.0 @@ -27,7 +27,7 @@ Jinja2==2.8 jsonpatch==1.13 jsonpointer==1.10 jsonschema==2.5.1 -keystoneauth1==2.3.0 +keystoneauth1==2.18.0 linecache2==1.0.0 lxml==3.5.0 MarkupSafe==0.23 @@ -39,16 +39,16 @@ msgpack-python==0.4.7 netaddr==0.7.18 netifaces==0.10.4 nose==1.3.7 -openstacksdk==0.8.1 +openstacksdk==0.9.13 os-client-config==1.22.0 -oslo.config==3.9.0 +oslo.config==3.14.0 oslo.i18n==3.4.0 oslo.serialization==2.4.0 -oslo.utils==3.7.0 +oslo.utils==3.18.0 paramiko==1.18.0 pbr==1.8.1 pep8==1.7.0 -positional==1.0.1 +positional==1.1.1 prettytable==0.7.2 pycrypto==2.6.1 pyflakes==1.0.0 @@ -58,11 +58,11 @@ osc-lib==1.2.0 python-cinderclient==1.9.0 python-glanceclient==2.5.0 python-heatclient==1.5.0 -python-keystoneclient==3.6.0 +python-keystoneclient==3.8.0 python-mimeparse==1.5.1 python-neutronclient==6.0.0 python-novaclient==6.0.0 -python-openstackclient==3.7.0 +python-openstackclient==3.8.0 python-subunit==1.2.0 python-swiftclient==3.0.0 pytz==2015.7 @@ -72,7 +72,7 @@ requestsexceptions==1.1.3 scp==0.10.2 simplejson==3.8.2 six==1.10.0 -stevedore==1.12.0 +stevedore==1.17.1 testrepository==0.0.20 testtools==2.0.0 traceback2==1.4.0 |