diff options
| author | Rapptz <[email protected]> | 2019-03-20 22:32:23 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-20 22:33:20 -0400 |
| commit | 5fe1ab279af779fd225278517261d09690af0106 (patch) | |
| tree | 25f1cfcefd1c105af7434fa63bdf3548c9426201 | |
| parent | Add TextChannel.last_message_id and TextChannel.last_message (diff) | |
| download | discord.py-5fe1ab279af779fd225278517261d09690af0106.tar.xz discord.py-5fe1ab279af779fd225278517261d09690af0106.zip | |
Drop websockets version due to issues.
| -rw-r--r-- | requirements.txt | 2 |
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 |