Skip to content

Commit

Permalink
specify minimum redis-py version
Browse files Browse the repository at this point in the history
  • Loading branch information
categulario committed Sep 22, 2022
1 parent 432b544 commit 745d23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -66,7 +66,7 @@
},

install_requires=[
'redis',
'redis >= 3.5',
'requests',
],

Expand Down

0 comments on commit 745d23d

Please sign in to comment.