diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-02-10 18:30:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-02-11 13:34:45 +0900 |
commit | 6f59821b50821e77585bdb6643d211b14bd8c5d6 (patch) | |
tree | eccfc4b15aab2cb792c6e7ffeb49534377e08cce /tools | |
parent | f3c7dcbc006b7f73aa9bc6f60211f19747335c37 (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-requires | 8 |
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 |