Skip to content

Commit

Permalink
pip-requires: Add comments to say what's required by what
Browse files Browse the repository at this point in the history
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
yamt authored and fujita committed Mar 17, 2015
1 parent e7b5e2c commit bf58a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/pip-requires
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf58a6d

Please sign in to comment.