From e04629999ba32142ba11c20191fca5eed60930f3 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 9 Apr 2018 04:14:12 -0400 Subject: [PATCH] Downgrade websockets due to bugs. https://github.com/aaugustin/websockets/issues/350 keeps causing too many issues for too many people for this version to be used by the public users of this library. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 508b44b5a..867a40634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiohttp>=2.0.0,<2.3.0 -websockets>=4.0,<5.0 +websockets>=3.0,<4.0