diff options
| author | Rapptz <[email protected]> | 2015-12-04 06:43:04 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-04 06:43:04 -0500 |
| commit | 0489fcb48106fe3fc5d5b4cb4f27221acb4e5e6c (patch) | |
| tree | 78470dbc97dc020084120f0fe07e1411794c83f6 /requirements.txt | |
| parent | Move async_client.py to client.py (diff) | |
| download | discord.py-0489fcb48106fe3fc5d5b4cb4f27221acb4e5e6c.tar.xz discord.py-0489fcb48106fe3fc5d5b4cb4f27221acb4e5e6c.zip | |
Update README and setuputils related files to point to async version.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 6d606391..e4a04ee3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -ws4py>=0.3.4 -requests>=2.7.0 +aiohttp==0.19.0 +websockets==2.7 |