aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2020-09-22 23:44:01 +0530
committerGravatar RohanJnr <[email protected]>2020-09-22 23:44:01 +0530
commit0b836a5ae1d5f7d962e5ff4ce736450fe4513f00 (patch)
tree73ed49fc421e3d970e99da6124102608ecc63ee7 /Pipfile
parentRestrict nsfw subreddit(s) or similar (subreddits that require you to be over... (diff)
parentMerge pull request #1168 from python-discord/feat/latency (diff)
Merge remote-tracking branch 'upstream/master' into filter_reddit
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 6fff2223e..e6f84d911 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"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"