aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2021-01-11 18:49:23 -0800
committerGravatar MarkKoz <[email protected]>2021-01-11 18:49:23 -0800
commit8b1276a0c70a020e26037019a8b277e572f88390 (patch)
tree9cf40aa98354d66ca48e365bad68ead26078e7d7 /Pipfile
parentMerge pull request #1350 from python-discord/mbaruh/developerectomy (diff)
Update discord.py to the 1.6 release
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 1a9c271b4..0868daf43 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,7 +14,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 = "94f76e63947b102e5de6dae9a2cd687b308033"}
+"discord.py" = "~=1.6.0"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"