aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Steele <[email protected]>2020-12-20 14:32:49 -0500
committerGravatar Steele <[email protected]>2020-12-20 14:32:49 -0500
commit2b73df65fdd6fd2256d8a3f95b5181b6e10141bc (patch)
tree6e75bd1c0a5c8f0e810d63e75e11b3703095aad6 /Pipfile
parentResponses from the bot mention the user. (diff)
parentAdd the clear alias to the clean command (diff)
Merge branch 'master' of https://github.com/python-discord/bot into swfarnsworth/developer_command
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index ae80ae2ae..23422869d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,11 +14,11 @@ beautifulsoup4 = "~=4.9"
colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
coloredlogs = "~=14.0"
deepdiff = "~=4.0"
-"discord.py" = "~=1.5.0"
+"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", ref = "93f102ca907af6722ee03638766afd53dfe93a7f"}
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"
-markdownify = "~=0.4"
+markdownify = "==0.5.3"
more_itertools = "~=8.2"
python-dateutil = "~=2.8"
pyyaml = "~=5.1"