diff options
| author | 2021-07-23 17:23:33 +0100 | |
|---|---|---|
| committer | 2021-07-23 17:23:33 +0100 | |
| commit | bb961b2d747d8bfea1619b8448f4123888982e38 (patch) | |
| tree | 5d04b32661357966b3397d3a02f76a693819dea2 /pyproject.toml | |
| parent | Add `Leads` role(s) to the server information embed (diff) | |
| parent | Merge pull request #1693 from python-discord/Update-docstring-tag-to-have-4-s... (diff) | |
Merge branch 'main' into pr/serverinfoleads
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" |