Skip to content

Commit 39e0b9a

Browse files
pandafynemesifier
authored andcommitted
[deps] Added "channels" and "channels-test" extra requires #388
Closes #388
1 parent 8c7074d commit 39e0b9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
'django-filter~=23.2', # django-filter uses CalVer
4747
'drf-yasg~=1.21.7',
4848
],
49+
'channels': [
50+
'channels[daphne]~=4.2.0',
51+
'channels_redis~=4.2.1',
52+
],
53+
'channels-test': [
54+
'pytest-asyncio~=0.24.0',
55+
'pytest-django~=4.10.0',
56+
],
4957
'celery': ['celery~=5.4.0'],
5058
'selenium': ['selenium>=4.10,<4.30'],
5159
},

0 commit comments

Comments
 (0)