aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2021-08-06 15:34:15 +0100
committerGravatar wookie184 <[email protected]>2021-08-06 15:34:15 +0100
commitf72bb8a032e8d94212e1e8c6072332d260c9262d (patch)
tree46f5e92631db2d86ce739db99a085a6f49b53162 /pyproject.toml
parentMerge pull request #796 from python-discord/add_stackoverflow_emojis (diff)
Pinned aioredis to 1.3 and relocked dependencies
aioredis pin needed as fakeredis doesn't support aioredis 2.0.0, but poetry update was not respecting that requirement
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 de7fb2eb..d244d2b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,6 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
aiodns = "~=2.0"
+aioredis = "~1.3"
arrow = "~=1.1.0"
fuzzywuzzy = "~=0.17"
pillow = "~=8.1"