aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-08-07 14:08:22 +1000
committerGravatar GitHub <[email protected]>2020-08-07 14:08:22 +1000
commitbab44f3a727f6089cb0cfcb45327ff478ed656f7 (patch)
treefa32840ae8e4bec8a869f2e38b7ef17afd33ab6a /Pipfile
parentHelpChannels: clear claimant cache when channel goes dormant (diff)
parentMerge pull request #1093 from python-discord/discord.py-1.4 (diff)
Merge branch 'master' into bug/help/1074/duplicate-claim
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 4db8a238b..6fff2223e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -12,7 +12,7 @@ beautifulsoup4 = "~=4.9"
colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
coloredlogs = "~=14.0"
deepdiff = "~=4.0"
-discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"}
+discord.py = "~=1.4.0"
fakeredis = "~=1.4"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"