diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-10-11 22:37:59 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-10-11 22:37:59 +0000 |
| commit | 7b046f951131a94cb3c345cd03a0bb5220720522 (patch) | |
| tree | 9caed2d71791d4adc237ed3d7d7b2a5ebfa88c9d | |
| parent | f0c57e17c9a4b5bbe2f072a4eacefce3bcf30d45 (diff) | |
| download | python-openstackclient-7b046f951131a94cb3c345cd03a0bb5220720522.tar.gz | |
Updated from global requirements
Change-Id: I2ac5b9ac545c1bb6ec6279ecbe74e3301eb07a25
| -rw-r--r-- | requirements.txt | 6 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 447b534a..8bb42edd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,10 +6,10 @@ oslo.i18n>=1.0.0 # Apache-2.0 oslo.utils>=1.0.0 # Apache-2.0 pbr>=0.6,!=0.7,<1.0 python-glanceclient>=0.14.0 -python-keystoneclient>=0.10.0 +python-keystoneclient>=0.11.1 python-novaclient>=2.18.0 python-cinderclient>=1.1.0 python-neutronclient>=2.3.6,<3 -requests>=1.2.1,!=2.4.0 +requests>=2.2.0,!=2.4.0 six>=1.7.0 -stevedore>=1.0.0 +stevedore>=1.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3b95cf7d..dea07e8d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ fixtures>=0.3.14 mock>=1.0 oslosphinx>=2.2.0 # Apache-2.0 requests-mock>=0.4.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,<1.3 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18 testtools>=0.9.34 WebOb>=1.2.3 |
