diff options
| author | Rapptz <[email protected]> | 2016-04-26 19:38:54 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-04-27 18:36:13 -0400 |
| commit | 1c623ccf110723a4c0e00375b23b9f5838468ce9 (patch) | |
| tree | dd1b7d34d62679164edd5cbba53d0a10734f6f0b /requirements.txt | |
| parent | Add compatibility layer for `run_coroutine_threadsafe`. (diff) | |
| download | discord.py-1c623ccf110723a4c0e00375b23b9f5838468ce9.tar.xz discord.py-1c623ccf110723a4c0e00375b23b9f5838468ce9.zip | |
Begin working on gateway v4 support.
Bump websockets requirement to v3.1
Should be squashed...
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 9da1be56..9221d17a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiohttp>=0.21.0,<0.22.0 -websockets==2.7 +websockets==3.1 PyNaCl==1.0.1 |