diff options
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | tools/pip-requires | 1 | ||||
-rw-r--r-- | tools/test-requires | 1 |
3 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ source-dir = doc/source [bdist_rpm] Release = 1 Group = Applications/Accessories -Requires = python-eventlet, python-routes, python-webob, python-paramiko +Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr doc_files = LICENSE MANIFEST.in README.rst diff --git a/tools/pip-requires b/tools/pip-requires index cf7f06b8..208b9b87 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,3 +2,4 @@ eventlet routes webob>=1.0.8 paramiko +netaddr diff --git a/tools/test-requires b/tools/test-requires index 6f21bff0..da50e3e0 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -2,4 +2,3 @@ coverage nose pep8 pylint==0.25.0 -netaddr |