aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2021-12-11 20:35:40 +0530
committerGravatar RohanJnr <[email protected]>2021-12-11 20:35:40 +0530
commita6a815305e2204bc627372b33ac9b850837654ae (patch)
treedd6f181352fa469915467853e4f3081c72625ac4 /pyproject.toml
parentMerge pull request #1 from python-discord/mbaruh/setup (diff)
Install aioredis and async-rediscache.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fad0f24a..de5756a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,6 +17,8 @@ exclude = ["tests", "tests.*"]
[tool.poetry.dependencies]
python = "^3.9"
"discord.py" = "^1.7.2"
+async-rediscache = {version = "^0.2.0", extras = ["fakeredis"]}
+aioredis = "1.3.1"
[tool.poetry.dev-dependencies]
flake8 = "~=3.8"