diff options
author | 2022-04-02 20:11:34 +0100 | |
---|---|---|
committer | 2022-04-02 20:11:34 +0100 | |
commit | 765284a5e436f7786619a5ba4c312d75df5e9dee (patch) | |
tree | f4748800698892fc9940c217b5507011ec614d27 /pyproject.toml | |
parent | Merge pull request #39 from python-discord/revert-disnake (diff) | |
parent | Use imperative mood in docstrings (diff) |
Merge pull request #42 from python-discord/bump-d.py-and-add-BotBase
Bump d.py and add bot base
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5c143b94..9626a2a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,12 @@ exclude = ["tests", "tests.*"] [tool.poetry.dependencies] python = "3.9.*" -"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/beafaa8a8b8006357c2a1ca6802ed80e000f4cda.zip"} +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/414759f3723a3fe632ecfc1343a4164a51cd2940.zip"} +async-rediscache = { version = "0.2.0", extras = ["fakeredis"], optional = true } +statsd = "3.3.0" + +[tool.poetry.extras] +async-rediscache = ["async-rediscache"] [tool.poetry.dev-dependencies] flake8 = "4.0.1" |