diff options
| author | Rapptz <[email protected]> | 2019-03-08 20:18:05 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-08 20:18:05 -0500 |
| commit | e87ca143d349eff4b5bf86257a8f29ebe87d744b (patch) | |
| tree | 5798d2a60034a5c3a878af4800b8800c6d20e896 /requirements.txt | |
| parent | Remove outdated playlist.py example. (diff) | |
| download | discord.py-e87ca143d349eff4b5bf86257a8f29ebe87d744b.tar.xz discord.py-e87ca143d349eff4b5bf86257a8f29ebe87d744b.zip | |
Bump websockets version to 7.0
Should be fine. Hopefully. Fix #1787
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d2abe662..fafe7006 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiohttp>=3.3.0,<3.6.0 -websockets>=6.0,<7.0 +websockets>=7.0,<8.0 |