summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Zhao <zhaoxinyu@huawei.com>2015-01-27 04:52:14 +0000
committerJerry Zhao <zhaoxinyu@huawei.com>2015-02-02 19:51:37 -0800
commit3bc535c04dadbc28e6c52163181bd0a7a7f76301 (patch)
tree053c997c2ad240b93841c6c1565dffedd4735a16
parent505daa1bf04f299b71ef8954120ba48f996f555c (diff)
downloadgear-3bc535c04dadbc28e6c52163181bd0a7a7f76301.tar.gz
Revert "Pin python-daemon to <2.0"
python-daemon 2.0.4 has been released and fixed the bug. https://groups.google.com/forum/#!topic/comp.lang.python/bIgGrkPYiiM also excludes breaking versions from requirement. This reverts commit e91a31d9206515b9f199368b3f1492575f5fae71. Change-Id: Iada53e4f63e2930bb01a96a2edaf80496be86568
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 65f0f69..c575dc6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
pbr>=0.6,!=0.7,<1.0
argparse
extras
-python-daemon<2.0
+python-daemon>=2.0.4