diff options
| author | OpenStack Jenkins <jenkins@openstack.org> | 2014-02-23 09:31:55 +0000 |
|---|---|---|
| committer | OpenStack Jenkins <jenkins@openstack.org> | 2014-02-23 09:31:55 +0000 |
| commit | 125393210bd40d70d77a4667922a4a33f569a7ef (patch) | |
| tree | 7074b50dbfe59fa56ab75409b89d9a2b50e2ba16 | |
| parent | 8fe50fc75d4fa26557662af0759c44cb22c5fb79 (diff) | |
| download | python-openstackclient-125393210bd40d70d77a4667922a4a33f569a7ef.tar.gz | |
Updated from global requirements
Change-Id: Icad0fcf4125b4aefac7ed8f0df5bef2c6ee64594
| -rw-r--r-- | requirements.txt | 4 | ||||
| -rw-r--r-- | test-requirements.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index cfbc598b..3bf92e09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -pbr>=0.5.21,<1.0 +pbr>=0.6,<1.0 cliff>=1.4.3 keyring>=1.6.1,<2.0,>=2.1 pycrypto>=2.6 python-glanceclient>=0.9.0 -python-keystoneclient>=0.4.2 +python-keystoneclient>=0.6.0 python-novaclient>=2.15.0 python-cinderclient>=1.0.6 requests>=1.1 diff --git a/test-requirements.txt b/test-requirements.txt index 34beccae..7e1fa06b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,8 +5,8 @@ discover fixtures>=0.3.14 mock>=1.0 sphinx>=1.1.2,<1.2 -testrepository>=0.0.17 -testtools>=0.9.32 -WebOb>=1.2.3,<1.3 +testrepository>=0.0.18 +testtools>=0.9.34 +WebOb>=1.2.3 Babel>=1.3 |
