diff --git a/requirements.txt b/requirements.txt index 74ec72fbb4..59405d9a35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ python-glanceclient>=0.9.0 python-heatclient>=0.2.3 python-keystoneclient>=0.6.0 python-neutronclient>=2.3.4,<3 -python-novaclient>=2.15.0 +python-novaclient>=2.16.0 python-swiftclient>=1.6 python-troveclient>=1.0.3 pytz>=2010h diff --git a/test-requirements.txt b/test-requirements.txt index 8591eee047..5db0d7200d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ coverage>=3.6 django-nose -docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released. +docutils==0.9.1 hacking>=0.8.0,<0.9 mox>=0.5.3 nose @@ -10,5 +10,5 @@ nosexcover openstack.nose_plugin>=0.7 oslo.sphinx selenium -sphinx>=1.1.2,<1.2 # Docs Requirements +sphinx>=1.1.2,<1.2 testtools>=0.9.34