diff --git a/requirements.txt b/requirements.txt index 402e6b9574c2..61d75121e13a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,18 +15,23 @@ WebOb>=1.2.3 greenlet>=0.3.2 PasteDeploy>=1.5.0 Paste +PrettyTable>=0.7,<0.8 sqlalchemy-migrate>=0.9.5 netaddr>=0.7.12 +netifaces>=0.10.4 paramiko>=1.13.0 pyasn1 Babel>=1.3 iso8601>=0.1.9 jsonschema>=2.0.0,<3.0.0 python-cinderclient>=1.2.1 +python-keystoneclient>=1.3.0 python-neutronclient>=2.3.11,<3 python-glanceclient>=0.17.1 +requests>=2.5.2 six>=1.9.0 stevedore>=1.3.0 # Apache-2.0 +setuptools websockify>=0.6.0,<0.7 oslo.concurrency>=1.8.0 # Apache-2.0 oslo.config>=1.11.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 089162e2ced1..c2b9577172e8 100644 --- a/tox.ini +++ b/tox.ini @@ -88,4 +88,4 @@ import_exceptions = nova.i18n # of the requirements.txt files deps = pip_missing_reqs -rrequirements.txt -commands=pip-missing-reqs -d --ignore-file=nova/tests/* nova +commands=pip-missing-reqs -d --ignore-file=nova/tests/* --ignore-file=nova/test.py nova