diff --git a/requirements.txt b/requirements.txt index fb891a00db..d40e892cf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,9 +15,10 @@ paramiko>=1.8.0 babel>=0.9.6 iso8601>=0.1.4 setuptools_git>=0.4 -python-quantumclient>=2.2.0,<3.0.0 -python-glanceclient>=0.9.0,<2 -python-keystoneclient>=0.2,<0.3 +python-quantumclient>=2.2.0 +python-neutronclient>=2.2.3,<3 +python-glanceclient>=0.9.0 +python-keystoneclient>=0.2.1 stevedore>=0.9 websockify<0.4 oslo.config>=1.1.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2353ff4841..496ade7b20 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ pep8==1.4.5 pyflakes==0.7.2 flake8==2.0 -hacking>=0.5.3,<0.6 +hacking>=0.5.6,<0.6 coverage>=3.6 discover fixtures>=0.3.12 @@ -10,5 +10,5 @@ mox>=0.5.3 mysql-python python-subunit sphinx>=1.1.2 -testrepository>=0.0.13 +testrepository>=0.0.15 testtools>=0.9.32