aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-07-08 22:54:30 -0700
committerGravatar GitHub <[email protected]>2021-07-08 22:54:30 -0700
commit173203ff54b62e311070dcae94a26b64e14a5fb4 (patch)
tree9343ad9f9d959c15813d6a392a00d320bb0b5a08 /pyproject.toml
parentMerge pull request #1297 from HassanAbouelela/voicechannel-mute (diff)
parentMerge branch 'main' into drop-gpl-deps (diff)
Merge pull request #1676 from python-discord/drop-gpl-deps
Drop GPL Dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c76bb47d6..8eac504c5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,6 @@ python = "3.9.*"
aio-pika = "~=6.1"
aiodns = "~=2.0"
aiohttp = "~=3.7"
-aioping = "~=0.3.1"
aioredis = "~=1.3.1"
arrow = "~=1.0.3"
async-rediscache = { version = "~=0.1.2", extras = ["fakeredis"] }
@@ -21,7 +20,7 @@ deepdiff = "~=4.0"
"discord.py" = "~=1.7.3"
emoji = "~=0.6"
feedparser = "~=6.0.2"
-fuzzywuzzy = "~=0.17"
+rapidfuzz = "~=1.4"
lxml = "~=4.4"
markdownify = "==0.6.1"
more_itertools = "~=8.2"