diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-10-23 18:44:38 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-10-23 18:44:38 +0000 |
commit | 341527c44fe5f698d45973dd4a90be51b658ff58 (patch) | |
tree | d04446079a2a87f97e275fa82d145f31f20f7a63 /requirements.txt | |
parent | fdf77bfddfc085c45c07d9a6ab938575cec3d00f (diff) | |
download | glance_store-341527c44fe5f698d45973dd4a90be51b658ff58.tar.gz |
Updated from global requirements
Change-Id: I61a560a95f0958b7c421df0587ef73bd419fecd3
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 4675ec7..d85dd5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -oslo.config>=2.3.0 # Apache-2.0 +oslo.config>=2.6.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 oslo.concurrency>=2.3.0 # Apache-2.0 stevedore>=1.5.0 # Apache-2.0 |