Skip to content

Commit

Permalink
allow redis v5 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
richrliu committed Sep 25, 2024
1 parent 14a63b4 commit e1c0c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def rel(*xs: str) -> str:

extra_dependencies = {
"gevent": ["gevent>=1.1"],
"redis": ["redis>=2.0,<5.0"],
"redis": ["redis>=2.0,<6.0"],
}

extra_dependencies["all"] = list(set(sum(extra_dependencies.values(), [])))
Expand Down

0 comments on commit e1c0c97

Please sign in to comment.