Skip to content

Commit

Permalink
Required asgiref>=3.5.0 (django#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonorio authored Feb 3, 2022
1 parent 933f7da commit 08c9315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
python_requires='>=3.7',
install_requires=[
'Django>=2.2',
'asgiref>=3.3.1,<4',
'asgiref>=3.5.0,<4',
'daphne>=3.0,<4',
],
extras_require={
Expand Down

0 comments on commit 08c9315

Please sign in to comment.