diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |