diff options
| author | 2021-07-20 00:08:48 -0700 | |
|---|---|---|
| committer | 2021-07-20 00:08:48 -0700 | |
| commit | 0d48490f34259a7160b2b095350d06b43d630a5e (patch) | |
| tree | b77047046d0bed083454c793f0a9de5c950ae5ae /pyproject.toml | |
| parent | Tests: remove stale patch of time_since (diff) | |
| parent | Merge pull request #1685 from NIRDERIi/main (diff) | |
Merge branch 'main' into new-discord-features
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" |