aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2021-08-16 00:24:09 +0300
committerGravatar GitHub <[email protected]>2021-08-16 00:24:09 +0300
commita2cbf0a4d3eb7599fb60fa735343ee05faace740 (patch)
tree18dd0cfcefd9f6674b29758b46bc27e7892acbe7 /pyproject.toml
parentMerge branch 'mbaruh/jam-management' of https://github.com/python-discord/bot... (diff)
parentMerge pull request #1745 from python-discord/fix-nomination-archive-check (diff)
Merge branch 'main' into mbaruh/jam-management
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c76bb47d6..2ae79f9e4 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"
@@ -29,7 +28,7 @@ python-dateutil = "~=2.8"
python-frontmatter = "~=1.0.0"
pyyaml = "~=5.1"
regex = "==2021.4.4"
-sentry-sdk = "~=0.19"
+sentry-sdk = "~=1.3"
statsd = "~=3.3"
[tool.poetry.dev-dependencies]