summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2015-03-17 11:55:54 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-03-17 12:20:23 +0900
commitbf58a6dcf3dcf6241fc1c9e58f3e43d2aa9ea7f2 (patch)
tree57cb1c6603208ce609bfada9c776eb401b2bb524 /tools
parente7b5e2c1fda4076ccc552a5a97b30507852b9a16 (diff)
pip-requires: Add comments to say what's required by what
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 23fc01d8..d06342a9 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,9 +1,9 @@
eventlet
-lxml
-msgpack-python>=0.3.0
+lxml # OF-Config
+msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr
oslo.config>=1.2.0
-paramiko
-routes
+paramiko # NETCONF, BGP speaker
+routes # wsgi
six>=1.4.0
-webob>=1.2
+webob>=1.2 # wsgi