From 22f004f7d6953b4ac9bae02712710fc87a342e4b Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Tue, 11 Dec 2018 19:05:13 +0700 Subject: [PATCH] Updated requirements.txt on Heroku docs --- docs/patterns/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/patterns/index.md b/docs/patterns/index.md index 64c60b23..65ba02d7 100644 --- a/docs/patterns/index.md +++ b/docs/patterns/index.md @@ -9,8 +9,8 @@ layout: patterns To setup RQ on [Heroku][1], first add it to your `requirements.txt` file: - redis==2.10.5 - rq==0.7.0 + redis>=3 + rq>=0.13 Create a file called `run-worker.py` with the following content (assuming you are using [Redis To Go][2] with Heroku):