aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-08-09 16:45:45 +0200
committerGravatar GitHub <[email protected]>2021-08-09 16:45:45 +0200
commit67caea1f737f86c2394cc9a280acbfe71588c917 (patch)
tree8c4da29580d176964679a1b73e46ffc8b5e64215 /pyproject.toml
parentMerge #804 - circumvent URL injections in various cogs (diff)
parentMerge branch 'main' into remove-gpl-deps (diff)
Merge pull request #799 from python-discord/remove-gpl-deps
Remove gpl deps
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index de7fb2eb..293d4e12 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,8 +8,9 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
aiodns = "~=2.0"
+aioredis = "~1.3"
+rapidfuzz = "~=1.4"
arrow = "~=1.1.0"
-fuzzywuzzy = "~=0.17"
pillow = "~=8.1"
sentry-sdk = "~=0.19"
PyYAML = "~=5.4"