diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-04-16 12:12:29 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-04-16 12:12:29 +0000 |
| commit | 367bffee48a715268952a2ba7933752dd7062d40 (patch) | |
| tree | 3eb52653a00fed416ff3253eeb5e6a32e941f5e5 | |
| parent | 71847590296bf73f2675e9793ae1067933b331e6 (diff) | |
| download | python-glanceclient-367bffee48a715268952a2ba7933752dd7062d40.tar.gz | |
Updated from global requirements
Change-Id: Ie45270d542141d541c3cffed0fe6b55d87771d13
| -rw-r--r-- | requirements.txt | 8 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index c34e04a..0d5078f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,10 +5,10 @@ pbr>=0.6,!=0.7,<1.0 Babel>=1.3 argparse PrettyTable>=0.7,<0.8 -python-keystoneclient>=1.0.0 +python-keystoneclient>=1.1.0,<1.4.0 pyOpenSSL>=0.11 requests>=2.2.0,!=2.4.0 warlock>=1.0.1,<2 -six>=1.7.0 -oslo.utils>=1.2.0 # Apache-2.0 -oslo.i18n>=1.3.0 # Apache-2.0 +six>=1.9.0 +oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 06cb4aa..30e9f7e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ coverage>=3.6 discover mox3>=0.7.0 mock>=1.0 -oslosphinx>=2.2.0 # Apache-2.0 +oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18 testtools>=0.9.36,!=1.2.0 |
