This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
rq
mirror of
https://github.com/rq/rq.git
Watch
1
Star
1
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f15cad4501
rq
/
setup.cfg
7 lines
85 B
INI
Raw
Normal View
History
Unescape
Escape
Add RPM dependencies.
2012-01-25 09:46:11 +00:00
[bdist_rpm]
modify zadd calls for redis-py 3.0 (#1016) * modify zadd calls for redis-py 3.0 redis-py 3.0 changes the zadd interface that accepts a single mapping argument that is expected to be a dict. https://github.com/andymccurdy/redis-py#mset-msetnx-and-zadd * change FailedQueue.push_job_id to always push a str redis-py 3.0 does not attempt to cast values to str and is left to the user. * remove Redis connection patching Since in redis-py 3.0, Redis == StrictRedis class, we no longer need to patch _zadd and other methods. Ref: https://github.com/rq/rq/pull/1016#issuecomment-441010847
2018-12-03 00:28:36 +00:00
requires
=
redis >= 3.0.0
issue #551
2015-06-16 13:48:49 +00:00
click >
=
3.0
Add wheel support to RQ.
2013-12-25 07:58:42 +00:00
[wheel]
universal
=
1