summaryrefslogtreecommitdiffhomepage
path: root/tools/pip-requires
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2015-04-03 16:40:39 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-04-03 17:51:29 +0900
commitea5f9ff09771d0ca9e83f9e95faac6a9d63c0ca8 (patch)
tree393e125b756671263f61cf6f4b8a96948917dca2 /tools/pip-requires
parenta9b26f0fa667e275650cb4faceeda7e29ffad088 (diff)
Revert "pip-requires: Remove comments"
This reverts commit 8fc25ca6c8c3f4510980b14db2604e62af043a2d. The workaround is no longer necessary because the relevant fix in devstack [1] has been merged. [1] https://review.openstack.org/#/c/165709/ Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pip-requires')
-rw-r--r--tools/pip-requires6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 822c888a..5753ce52 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,7 +1,7 @@
eventlet
-msgpack-python>=0.3.0
+msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr
oslo.config>=1.2.0
-routes
+routes # wsgi
six>=1.4.0
-webob>=1.2
+webob>=1.2 # wsgi