diff options
| author | Rapptz <[email protected]> | 2018-07-20 06:00:12 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-07-20 06:00:12 -0400 |
| commit | 34ece4d1dfee955d23100737d70190a5cdd3ee8d (patch) | |
| tree | a4ac6299851b6fd56a3e5bfd30167a2a8e3bc3d1 | |
| parent | [commands] Make ConversionError have the original error as an attribute (diff) | |
| download | discord.py-34ece4d1dfee955d23100737d70190a5cdd3ee8d.tar.xz discord.py-34ece4d1dfee955d23100737d70190a5cdd3ee8d.zip | |
Bump websockets to 6.0 for 3.7 compatibility.
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 607d4503..ed96fecf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiohttp>=3.3.0,<3.4.0 -websockets>=5.0,<6.0 +websockets>=6.0,<7.0 |