aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-08-06 22:10:29 +0200
committerGravatar kwzrd <[email protected]>2020-08-06 22:10:29 +0200
commit780eb8413b4c45d7d83a943dda1889b4b467f72e (patch)
treeb4718a5a7a174ef2f6f35d22687406c9f0a01e64 /Pipfile
parentVerification: extend cog docstring (diff)
parentMerge pull request #1093 from python-discord/discord.py-1.4 (diff)
Merge 'd.py' 1.4 bump from 'origin/master' branch
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"