Skip to content

Commit

Permalink
pin redis-py due to redis/redis-py#2104
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymao committed Dec 14, 2022
1 parent 03a448a commit b95dcee
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 @@ -29,7 +29,7 @@
saq=saq.__main__:main
""",
install_requires=[
"redis>=4.2.0",
"redis>=4.2,<4.4",
"croniter>=0.3.18",
],
extras_require={
Expand Down

0 comments on commit b95dcee

Please sign in to comment.