aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-03-20 22:32:23 -0400
committerRapptz <[email protected]>2019-03-20 22:33:20 -0400
commit5fe1ab279af779fd225278517261d09690af0106 (patch)
tree25f1cfcefd1c105af7434fa63bdf3548c9426201
parentAdd TextChannel.last_message_id and TextChannel.last_message (diff)
downloaddiscord.py-5fe1ab279af779fd225278517261d09690af0106.tar.xz
discord.py-5fe1ab279af779fd225278517261d09690af0106.zip
Drop websockets version due to issues.
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index fafe7006..d2abe662 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
aiohttp>=3.3.0,<3.6.0
-websockets>=7.0,<8.0
+websockets>=6.0,<7.0