Removed asgiref dependency

Replaced WsgiToAsgi (asgiref.wsgi) usage with WSGIMiddleware (starlette.middleware.wsgi) to fix breaking changes with asgiref 3.0.0.
This commit is contained in:
Jonathan Beebe
2019-03-28 20:12:22 -07:00
parent 00211c8f03
commit 63e338ed6f
3 changed files with 140 additions and 143 deletions
-1
View File
@@ -37,7 +37,6 @@ required = [
"chardet",
"apispec>=1.0.0b1",
"marshmallow",
"asgiref",
"whitenoise",
"docopt",
"itsdangerous",