diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2015-03-17 11:55:54 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-17 12:20:23 +0900 |
commit | bf58a6dcf3dcf6241fc1c9e58f3e43d2aa9ea7f2 (patch) | |
tree | 57cb1c6603208ce609bfada9c776eb401b2bb524 /tools | |
parent | e7b5e2c1fda4076ccc552a5a97b30507852b9a16 (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-requires | 10 |
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 |