Updated requirements.txt on Heroku docs

This commit is contained in:
Selwin Ong 2018-12-11 19:05:13 +07:00 committed by GitHub
parent 2f35222ddb
commit 22f004f7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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):