diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-08-29 20:39:34 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-09-04 13:27:26 -0500 |
| commit | 5e29928294f80cb437a9bcf5c459dd2aad1b0d27 (patch) | |
| tree | f9b9e33921e1743dbea1751a1075e8f81813f825 | |
| parent | 17f13f7bf4cea80e8e1380fbc8295318de5be383 (diff) | |
| download | python-openstackclient-5e29928294f80cb437a9bcf5c459dd2aad1b0d27.tar.gz | |
Update requirements.txt and test-requirements.txt
Change-Id: I9c60d1d9097d35aa7c3d44168e370a9f30fd6621
| -rw-r--r-- | requirements.txt | 6 | ||||
| -rw-r--r-- | test-requirements.txt | 15 |
2 files changed, 11 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt index 892e33e1..d956a9eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ pbr>=0.5.21,<1.0 cliff>=1.4 -keyring>=1.6.1 +keyring>=1.6.1,<2.0 pycrypto>=2.6 python-glanceclient>=0.9.0 -python-keystoneclient>=0.3.0 +python-keystoneclient>=0.3.2 python-novaclient>=2.12.0 -python-cinderclient>=1.0.4 +python-cinderclient>=1.0.5 diff --git a/test-requirements.txt b/test-requirements.txt index 692e71a9..27de420d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,13 +1,14 @@ -# Install bounded pep8/pyflakes first, then let flake8 install -pep8==1.4.5 -pyflakes==0.7.2 -flake8==2.0 -hacking>=0.5.6,<0.7 +hacking>=0.5.6,<0.8 coverage>=3.6 discover -fixtures>=0.3.12 -mock>=0.8.0 +fixtures>=0.3.14 +httpretty>=0.6.3 +mock>=1.0 +mox3>=0.7.0 sphinx>=1.1.2 testrepository>=0.0.17 testtools>=0.9.32 +WebOb>=1.2.3,<1.3 + +Babel>=0.9.6 |
