diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-03-24 16:34:51 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-03-24 16:34:51 +0000 |
commit | ec13f13bc8c2dbca03e4036641e747ad5f1a7680 (patch) | |
tree | ff63b433ee2a6c0467db944ff6d114c06a8f9c8f | |
parent | 876bf2e5306230d3d36f4f7d1c83858e8fb849e7 (diff) | |
download | oslo-db-ec13f13bc8c2dbca03e4036641e747ad5f1a7680.tar.gz |
Updated from global requirements
Change-Id: Ib0d90cbf6bfee38872e23ff2b8781009ad677d15
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7e82b15..ca5511c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ oslo.i18n>=2.1.0 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0 oslo.context>=2.12.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 -SQLAlchemy<1.1.0,>=1.0.10 # MIT +SQLAlchemy>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 six>=1.9.0 # MIT |