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
6cfb5a6012
rq
/
requirements.txt
3 lines
26 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reliable queue (#1911) * Use lmove() when working on a single queue * Skip reliable queue tests if Redis server doesn't support LMOVE * Better test coverage * job.origin should be string * Added test for job that gets orphaned if worker.execute_job() fails * Fix job tests * worker.run_maintenance_tasks() now cleans intermediate queues * Fixed import ordering * No need to run slow tests and flake8 on SSL tests * Minor typing fixes * Fixed linting
2023-05-18 11:01:01 +00:00
redis>=4.0.0
Improve requirements handling (#1287) * setup: read requirements.txt for dependencies This makes it easier to keep required packages in sync. Signed-off-by: Paul Spooren <mail@aparcar.org> * requirements: Update to click 5.0 and redis 3.5.0 Click 5.0 was already required by the `setup.py` and is not brought in sync. Redis Python library 3.5.0 introduces the `HSET` command with mapping support which replaces the previous `hmset`. By lifting the minimal required version to 3.5.0 we can remove the combat function if Redis server 4.0 is guaranteed. Signed-off-by: Paul Spooren <mail@aparcar.org> * ci: remove Python3.4 testing `redis-py` 3.5.0 does no longer support Python 3.4, so drop it in CI. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-06-29 06:29:28 +00:00
click>=5.0.0