Skip to content

Commit 4a212bd

Browse files
michael-kcarltongibson
authored andcommitted
Update asgiref and channels requirements for ASGI 3. (#153)
See django/channels#1277
1 parent d72de56 commit 4a212bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
install_requires=[
3434
"aioredis~=1.0",
3535
"msgpack~=0.6.0",
36-
"asgiref~=2.1",
37-
"channels~=2.0",
36+
"asgiref~=3.0",
37+
"channels~=2.2",
3838
],
3939
extras_require={"cryptography": crypto_requires, "tests": test_requires},
4040
)

0 commit comments

Comments
 (0)