We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422d735 commit dbf4f30Copy full SHA for dbf4f30
setup.py
@@ -31,7 +31,7 @@
31
include_package_data=True,
32
python_requires=">=3.7",
33
install_requires=[
34
- "redis==4.3.5",
+ "redis>=4.5.3",
35
"msgpack~=1.0",
36
"asgiref>=3.2.10,<4",
37
"channels",
0 commit comments