diff options
-rw-r--r-- | test-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 6458abf..2ac11f4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,9 @@ -hacking>=0.5.6,<0.8 +hacking>=0.8.0,<0.9 coverage>=3.6 discover mock>=1.0 -python-keystoneclient>=0.3.2 +python-keystoneclient>=0.4.2 sphinx>=1.1.2,<1.2 testrepository>=0.0.17 testtools>=0.9.32 |