From fac5eb871a8dae03aad6fdc705cd0bc266b19e88 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 15 May 2013 19:09:56 -0400 Subject: Sync rpc from oslo. Sync some trivial Python 3 compatibility and pep8 improvements from oslo. I just want to have this in sync so that pulling in a feature I'm working on comes in without unrelated changes Change-Id: I13fcb0bd538a153b90acf0b18497e335a64dc9d1 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 2b313584b..d9fbd1b67 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -26,6 +26,7 @@ python-cinderclient>=1.0.1 python-quantumclient>=2.2.0,<3.0.0 python-glanceclient>=0.5.0,<2 python-keystoneclient>=0.2.0 +six stevedore>=0.7 websockify<0.4 oslo.config>=1.1.0 -- cgit