summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2018-12-11 19:05:13 +0700
committerGitHub <noreply@github.com>2018-12-11 19:05:13 +0700
commit22f004f7d6953b4ac9bae02712710fc87a342e4b (patch)
treea238658db9bc4fe9cadb8f776523be10a204daa4
parent2f35222ddba96ddd6fee73d2cc2d18cc37d8ddea (diff)
downloadrq-22f004f7d6953b4ac9bae02712710fc87a342e4b.tar.gz
Updated requirements.txt on Heroku docs
-rw-r--r--docs/patterns/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/patterns/index.md b/docs/patterns/index.md
index 64c60b2..65ba02d 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):