From 469f00f295c1cbfa84368927a94ac19d675f56bd Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 15 Feb 2019 11:03:38 -0700 Subject: [PATCH] Corrected incorrect python-engineio version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5b83a3..ceee0fd 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ REQUIRED = [ # type: ignore 'aiodns', 'aiohttp', - 'python-engineio==3.2.2', + 'python-engineio==3.3.2', 'python-socketio[asyncio_client]==3.1.2', 'websockets' ]