aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Senjan21 <[email protected]>2021-03-02 18:54:34 +0100
committerGravatar Senjan21 <[email protected]>2021-03-02 18:54:34 +0100
commit4fcdfb086be0e8729630f49b908d03b80be66d27 (patch)
treeae0462f150073a1f34fb21990f478ad9fe6fe2b5 /Pipfile
parentset `self.cleaning` to False once done cleaning (diff)
parentMerge pull request #1440 from bast0006/master (diff)
Merge remote-tracking branch 'origin/master' into cleanrework
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index ae80ae2ae..0a94fb888 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,7 +6,7 @@ name = "pypi"
[packages]
aio-pika = "~=6.1"
aiodns = "~=2.0"
-aiohttp = "~=3.5"
+aiohttp = "~=3.7"
aioping = "~=0.3.1"
aioredis = "~=1.3.1"
"async-rediscache[fakeredis]" = "~=0.1.2"
@@ -14,18 +14,19 @@ beautifulsoup4 = "~=4.9"
colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
coloredlogs = "~=14.0"
deepdiff = "~=4.0"
-"discord.py" = "~=1.5.0"
+"discord.py" = "~=1.6.0"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"
-markdownify = "~=0.4"
+markdownify = "==0.5.3"
more_itertools = "~=8.2"
python-dateutil = "~=2.8"
pyyaml = "~=5.1"
requests = "~=2.22"
-sentry-sdk = "~=0.14"
+sentry-sdk = "~=0.19"
sphinx = "~=2.2"
statsd = "~=3.3"
+arrow = "~=0.17"
emoji = "~=0.6"
[dev-packages]