diff --git a/setup.py b/setup.py index f341376..0571b41 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ REQUIRES_PYTHON = '>=3.7.0' VERSION = '0.2.7' -REQUIRED = ['jsonrpc-async>=2.0.0', 'jsonrpc-websocket>=3.0.0', 'aiohttp'] +REQUIRED = ['jsonrpc-async>=2.0.0', 'jsonrpc-websocket>=3.1.6', 'aiohttp'] EXTRAS = {}