From 5b1262175bbdb7935408c5c763bc1d32098f79d9 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Tue, 27 Jan 2015 04:47:10 +0000 Subject: [PATCH] Revert "Pin python-daemon to <2.0" python-daemon 2.0.4 has fixed the setuptool issue. https://groups.google.com/forum/#!topic/comp.lang.python/bIgGrkPYiiM This reverts commit 790b0f30c08c08453aa5931f7ff9371931318150. also exclude breaking versions from requirement. Change-Id: I20bdc73b54951320ec1e7239a230592aaa2ddffe --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 222dd446a..c25b35064 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ PyYAML python-jenkins paramiko>1.9.0 lockfile -python-daemon<2.0 +python-daemon>=2.0.4 extras statsd>=1.0.0,<3.0 apscheduler>=2.1.1,<3.0