From 33d3cc433db6843c2dd9e7cbc76c8879adbe2834 Mon Sep 17 00:00:00 2001 From: Andrey Martyanov Date: Thu, 13 Jul 2017 13:11:02 +0300 Subject: [PATCH] Update python-etcd dependency (#472) * Update python-etcd dependency to use acceptable version range. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa41f1df..5aeb8568 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ PyYAML requests six >= 1.7 kazoo==2.2.1 -python-etcd==0.4.3 +python-etcd>=0.4.3,<0.5 python-consul==0.7.0 click>=4.1 prettytable>=0.7