diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-12-16 23:02:05 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-12-16 23:02:05 +0000 |
commit | b275dae9729a165e8a10060940efad41057e53d9 (patch) | |
tree | 5f52752268c01f314e6e3b3dee6a43e13e7b4674 | |
parent | e7c4d94368ccda353b31232f67fc03f68eff9990 (diff) | |
download | ceilometer-b275dae9729a165e8a10060940efad41057e53d9.tar.gz |
Updated from global requirements
Change-Id: I47d9ed3b38f79cdb1a71f9959bc31ad7e22a2fb4
-rw-r--r-- | requirements-py3.txt | 4 | ||||
-rw-r--r-- | requirements.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt index b29e8aed..a0e60302 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -15,7 +15,7 @@ lxml>=2.3 msgpack-python>=0.4.0 netaddr>=0.7.12 oslo.config>=1.4.0 # Apache-2.0 -oslo.db>=1.0.0 # Apache-2.0 +oslo.db>=1.0.0,<1.1 # Apache-2.0 PasteDeploy>=1.5.0 pbr>=0.6,!=0.7,<1.0 pecan>=0.5.0 @@ -33,7 +33,7 @@ pytz PyYAML>=3.1.0 requests>=1.2.1,!=2.4.0 six>=1.7.0 -SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 +SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6 sqlalchemy-migrate>=0.9.1,!=0.9.2 stevedore>=1.0.0 # Apache-2.0 WebOb>=1.2.3 diff --git a/requirements.txt b/requirements.txt index 699bf4ba..13a00178 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ lxml>=2.3 msgpack-python>=0.4.0 netaddr>=0.7.12 ordereddict -oslo.db>=1.0.0 # Apache-2.0 +oslo.db>=1.0.0,<1.1 # Apache-2.0 oslo.config>=1.4.0 # Apache-2.0 oslo.rootwrap>=1.3.0 oslo.vmware>=0.6.0 # Apache-2.0 @@ -39,7 +39,7 @@ pytz PyYAML>=3.1.0 requests>=1.2.1,!=2.4.0 six>=1.7.0 -SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 +SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6 sqlalchemy-migrate>=0.9.1,!=0.9.2 stevedore>=1.0.0 # Apache-2.0 tooz>=0.3 # Apache-2.0 |