diff options
-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 |