From 54dd71907989fa194f5cf71c25e5208c76df1f4d Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 28 Aug 2014 11:49:22 -0700 Subject: [PATCH] Unlock the kazoo version Latching on to an exact version is going to make it for consumers of tooz+kazoo, which may themselves use a newer version, to be able to correctly install tooz. I'm also pretty sure there isn't any reason to bind to exactly 1.3.1 and allowing newer versions (which for now is up to 2.0) should be fine. Change-Id: I0dc810c2d9dbf5ff04cb5000b843ad4ac772fc43 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc29e501..df437654 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Babel>=1.3 stevedore>=0.14 six>=1.7.0 iso8601 -kazoo==1.3.1 +kazoo>=1.3.1 oslo.config pymemcache>=1.2 posix_ipc