Migrate to Async JSON-RPC package

This commit is contained in:
Ivan Kravets
2021-02-27 19:43:43 +02:00
parent 7c271c8207
commit 0b8bd6d4fc
7 changed files with 27 additions and 50 deletions

View File

@@ -43,7 +43,7 @@ if not PY2:
home_requirements = [
"aiofiles==0.6.*",
"json-rpc==1.13.*",
"ajsonrpc==1.0.*",
"starlette==0.14.*",
"uvicorn==0.13.*",
"wsproto==1.0.*",