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 /test-requirements.txt | |
| parent | 17f13f7bf4cea80e8e1380fbc8295318de5be383 (diff) | |
| download | python-openstackclient-5e29928294f80cb437a9bcf5c459dd2aad1b0d27.tar.gz | |
Update requirements.txt and test-requirements.txt
Change-Id: I9c60d1d9097d35aa7c3d44168e370a9f30fd6621
Diffstat (limited to 'test-requirements.txt')
| -rw-r--r-- | test-requirements.txt | 15 |
1 files changed, 8 insertions, 7 deletions
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 |
