aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-08-06 11:29:08 -0700
committerGravatar MarkKoz <[email protected]>2020-08-06 11:29:08 -0700
commit673daebe463995de9f53361b3294ad5e496be476 (patch)
treec4d64e1e78fdffbbf5e00354b112ab4c553d403b /Pipfile
parentGuild invite regex: Add support for dashes in the invite code (diff)
Deps: update discord.py to 1.4.0
It was released on PyPI. No longer need to clone via git.
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"