diff options
author | Victor J. Orlikowski <vjo@duke.edu> | 2016-05-12 14:12:17 -0400 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-13 23:03:52 +0900 |
commit | 89b2bf52d5af99f6fb6084e4aebb28fda200e3a9 (patch) | |
tree | b9500edc0d0d923d6d1f252724d134d19034f525 /tools | |
parent | 208ad9d11c3cbc335eba4bca625c86cc6a3a12ec (diff) |
Bump version requirement for oslo.config, given usage of min parameter to IntOpt
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 88dd8e1e..637e1163 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,7 @@ eventlet>=0.15 msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) netaddr -oslo.config>=1.6.0 +oslo.config>=1.15.0 routes # wsgi six>=1.4.0 webob>=1.2 # wsgi |