diff options
| author | 2021-07-08 22:54:30 -0700 | |
|---|---|---|
| committer | 2021-07-08 22:54:30 -0700 | |
| commit | 173203ff54b62e311070dcae94a26b64e14a5fb4 (patch) | |
| tree | 9343ad9f9d959c15813d6a392a00d320bb0b5a08 /pyproject.toml | |
| parent | Merge pull request #1297 from HassanAbouelela/voicechannel-mute (diff) | |
| parent | Merge 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.toml | 3 |
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" |