diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-10-19 23:31:53 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-10-19 23:31:53 +0000 |
commit | 457fbc03594da3c80601b15b36d662127e49821f (patch) | |
tree | 45cdafeb52052f4a69e249995d85451bce32cfb2 /requirements.txt | |
parent | 3afd58f6ab0fc2acb1dd92f652cec48e87763cf6 (diff) | |
download | oslo-db-457fbc03594da3c80601b15b36d662127e49821f.tar.gz |
Updated from global requirements
Change-Id: I40e63dfa3051e765fa5e48adb5e79895fec98566
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 55a6c55..64c4d7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ iso8601>=0.1.9 oslo.i18n>=1.5.0 # Apache-2.0 oslo.config>=2.3.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 -oslo.utils>=2.4.0 # Apache-2.0 +oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 SQLAlchemy<1.1.0,>=0.9.9 sqlalchemy-migrate>=0.9.6 stevedore>=1.5.0 # Apache-2.0 |