This website works better with JavaScript.
Explore
Help
Sign In
util
/
rq
mirror of
https://github.com/peter4431/rq.git
Watch
4
Star
0
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107221fd9e
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '107221fd9e'
${ noResults }
rq
/
requirements.txt
3 lines
26 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
5 years ago
redis>=3.5.0
click>=5.0.0