From 4e86b9ab68c7450c04da394ec6c325c3a97eb9dd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 20 Mar 2017 16:46:15 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 66a0b9b3..46eb6acb 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,10 @@ Development has just started, so it isn't ready yet for use. To install the dependencies (on Linux) you need to install `python3.6-dev` and `libffi-dev`. -- `asyncio` - `aiohttp` - `async_timeout` _(actually, not anymore, even in it will be reintroduced soon)_ - `sqlalchemy` to access the Royal Games database - `markovify` for the /markov command -- `discord` to connect to Discord +- `discord.py[voice]` to connect to Discord - `bcrypt` to encrypt passwords in the database