aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-10-10 15:43:02 +0200
committerGravatar Numerlor <[email protected]>2020-10-10 15:45:09 +0200
commit7f08d538d9e44ae25f0ea6c05b08a15039bd34ab (patch)
tree4ff8e0b63b9a0786e3afa40824bd3c71d30a7e1c /Pipfile
parentReschedule failed inventory updates (diff)
parentMerge pull request #1165 from RohanJnr/smart_syncing_users (diff)
Merge remote-tracking branch 'upstream/master' into doc-imp
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 1e54c9212..70e7d67e7 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,13 +7,14 @@ name = "pypi"
aio-pika = "~=6.1"
aiodns = "~=2.0"
aiohttp = "~=3.5"
+aioping = "~=0.3.1"
aioredis = "~=1.3.1"
+"async-rediscache[fakeredis]" = "~=0.1.2"
beautifulsoup4 = "~=4.9"
colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
coloredlogs = "~=14.0"
deepdiff = "~=4.0"
-discord.py = "~=1.4.0"
-fakeredis = "~=1.4"
+"discord.py" = "~=1.5.0"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"