diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-11-28 14:30:00 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-29 09:23:37 +0900 |
commit | 03ac8742f4a1628c341bb753b265915734772fbb (patch) | |
tree | 6dd852fc0a65f1e9772e2c316938a281ee20566e /tools | |
parent | bd897e79152a625f064511b3321e9bc22df881c0 (diff) |
msgpack-rpc fixes and improvements
- make create_request returns msgid
- fix msgid wrap around
- rename classes
- convenient transport classes for socket-like
- update requirements
- copyright notice, comments, and assertions
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 eb0a1198..d066bfe3 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,3 +4,4 @@ webob>=1.0.8 paramiko netaddr oslo.config +msgpack-python>=0.4.0 |