bugfix: fix incompatible api between multidict and websockets, and bump up websockets version to match uvicorn

This commit is contained in:
Yun Xu
2019-07-18 19:57:17 -07:00
parent 84b41123f2
commit b397637bb9
4 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ deps =
gunicorn
pytest-benchmark
uvicorn
websockets>=6.0,<7.0
websockets>=7.0,<8.0
commands =
pytest {posargs:tests --cov sanic}
- coverage combine --append