aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-06-28 13:18:16 +0100
committerGravatar Chris Lovering <[email protected]>2022-06-28 13:18:16 +0100
commit78359343272866ca5f1103089c8979a5ef21f44d (patch)
treeb00c21a6b2a2f7506c2f4f26074e0f273d417587 /pyproject.toml
parentUse new application format for message data in test helper (diff)
Pin fakeredis to 1.7.5 due to breaking aioredis change
This can be unpinned once https://github.com/SebastiaanZ/async-rediscache/pull/18 is merged
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6d247e8df..ce9dbe5d9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,6 +15,7 @@ bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/
aiodns = "3.0.0"
aiohttp = "3.8.1"
aioredis = "1.3.1"
+fakeredis = "1.7.5"
arrow = "1.2.2"
async-rediscache = { version = "0.2.0", extras = ["fakeredis"] }
beautifulsoup4 = "4.10.0"