Merge pull request #3412 from pgjones/async

Add `async` support
This commit is contained in:
David Lord 2021-04-07 05:32:20 -07:00 committed by GitHub
commit 1a79d2d235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 380 additions and 23 deletions

View file

@ -1,4 +1,5 @@
pytest
asgiref
blinker
greenlet
python-dotenv

View file

@ -4,6 +4,8 @@
#
# pip-compile requirements/tests.in
#
asgiref==3.2.10
# via -r requirements/tests.in
attrs==20.3.0
# via pytest
blinker==1.4