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 db5e8ff commit c2c6bb8Copy full SHA for c2c6bb8
setup.py
@@ -33,7 +33,7 @@
33
"redis>=4.2.0",
34
"msgpack~=1.0",
35
"asgiref>=3.2.10,<4",
36
- "channels<4",
+ "channels",
37
],
38
extras_require={"cryptography": crypto_requires, "tests": test_requires},
39
)
0 commit comments