aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-01-11 03:13:04 +0100
committerGravatar Numerlor <[email protected]>2021-01-11 03:13:04 +0100
commit24e432c75347eb23025eba6cf37030976ba846e8 (patch)
treeb8523c34af5d0af73ba451856d10e03b099e44b5 /Pipfile
parentRemove old reference to CachedParser and unused const (diff)
parentMerge pull request #1350 from python-discord/mbaruh/developerectomy (diff)
Merge remote-tracking branch 'upstream/master' into doc-imp
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index a92f64f59..45b759c25 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" = "~=1.5.0"
+"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", ref = "94f76e63947b102e5de6dae9a2cd687b308033"}
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"
@@ -22,7 +22,7 @@ markdownify = "~=0.6.1"
more_itertools = "~=8.2"
python-dateutil = "~=2.8"
pyyaml = "~=5.1"
-sentry-sdk = "~=0.14"
+sentry-sdk = "~=0.19"
statsd = "~=3.3"
emoji = "~=0.6"