From 385b03ef21415d062886e1caab74eb5b93fdb887 Mon Sep 17 00:00:00 2001 From: Michael <6431441+expert-m@users.noreply.github.com> Date: Mon, 1 Jun 2020 00:06:59 +0700 Subject: [PATCH] Added aiohttp-rpc to third-party libraries (#4780) --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 433c601e0ca..80aabdb9b72 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -181,6 +181,9 @@ period ask to raise the status. - `gidgethub `_ An async GitHub API library for Python. +- `aiohttp-rpc `_ A simple + JSON-RPC for aiohttp. + - `aiohttp_jrpc `_ aiohttp JSON-RPC service.