mirror of https://github.com/rq/rq.git
Updated requirements.txt on Heroku docs
This commit is contained in:
parent
2f35222ddb
commit
22f004f7d6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue