diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-12-19 16:17:52 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-12-25 12:12:51 +0900 |
commit | 82dafb7300a64c042111c1f2025a34d9d9222e2d (patch) | |
tree | b8544f88a68f069c302347b3f83890b6de3f4809 /tools | |
parent | 11006e73494dd7213f4f59fbc3370fb1aa85314c (diff) |
requires lxml
will be used for OF-Config stuff.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index d066bfe3..4436d0f1 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,6 +2,7 @@ eventlet routes webob>=1.0.8 paramiko +lxml netaddr oslo.config msgpack-python>=0.4.0 |