diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-06-22 08:27:02 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-06-22 08:27:02 +0000 |
commit | a9f6a2ed7644ee1130121ea2236c05ab7054a1e2 (patch) | |
tree | e1f2b9e4b1c9b457a7913328c42e56cff5db82de /requirements.txt | |
parent | c2b1a791c08e93758ad272305745834e497c5dce (diff) | |
download | oslo-db-a9f6a2ed7644ee1130121ea2236c05ab7054a1e2.tar.gz |
Updated from global requirements1.12.0
Change-Id: I408cd890c231afb98e2f34930a7beaa0b93c7df5
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index 4d9d1e1..3435295 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,16 +2,16 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.11,<2.0 +pbr<2.0,>=0.11 alembic>=0.7.2 Babel>=1.3 iso8601>=0.1.9 -oslo.i18n>=1.5.0 # Apache-2.0 -oslo.config>=1.11.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 -SQLAlchemy>=0.9.7,<1.1.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.config>=1.11.0 # Apache-2.0 +oslo.utils>=1.6.0 # Apache-2.0 +SQLAlchemy<1.1.0,>=0.9.7 sqlalchemy-migrate>=0.9.6 -stevedore>=1.5.0 # Apache-2.0 +stevedore>=1.5.0 # Apache-2.0 six>=1.9.0 testresources>=0.2.4 testscenarios>=0.4 |