From 4486b967bb44cc9ff549a2f687fd5a33771ffd61 Mon Sep 17 00:00:00 2001 From: spollard Date: Thu, 5 Mar 2020 09:48:19 -0700 Subject: [PATCH] Updated dependencies to exclude tornado 6.0 Tornado 6.0 removed tornado.gen.Task, which this package depends on. --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 896e9a4..d2fd891 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -39,7 +39,7 @@ Go further: Pipeline Installation without pip ------------------------ -- install tornado_ >= 4.2 +- install tornado_ 4.2 to 5.1.1 - install `python wrapper for hiredis`_ - install six_ - download and uncompress a `tornadis release`_