summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-02-10 18:30:14 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-02-11 13:34:45 +0900
commit6f59821b50821e77585bdb6643d211b14bd8c5d6 (patch)
treeeccfc4b15aab2cb792c6e7ffeb49534377e08cce /tools
parentf3c7dcbc006b7f73aa9bc6f60211f19747335c37 (diff)
pip-requires: sort in alphabetical order
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-requires8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 4436d0f1..565e4d42 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,8 +1,8 @@
eventlet
-routes
-webob>=1.0.8
-paramiko
lxml
+msgpack-python>=0.4.0
netaddr
oslo.config
-msgpack-python>=0.4.0
+paramiko
+routes
+webob>=1.0.8