aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-04-09 04:14:12 -0400
committerRapptz <[email protected]>2018-04-09 04:14:12 -0400
commite04629999ba32142ba11c20191fca5eed60930f3 (patch)
treed21fda23ad6e0510cc57f313e5b0769bce5f858f
parentUserbots do not have a DM cache cap limit. (diff)
downloaddiscord.py-e04629999ba32142ba11c20191fca5eed60930f3.tar.xz
discord.py-e04629999ba32142ba11c20191fca5eed60930f3.zip
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.
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 508b44b5..867a4063 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