summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-08-28 11:49:22 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-08-28 11:49:22 -0700
commit54dd71907989fa194f5cf71c25e5208c76df1f4d (patch)
tree881994537593484c68d8c6de74b1a2f997cceb2d
parentca1c3412ac6d722fc7750af5a110d5b6662cde40 (diff)
downloadtooz-54dd71907989fa194f5cf71c25e5208c76df1f4d.tar.gz
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
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index dc29e50..df43765 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