aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Karlis S <[email protected]>2021-01-03 07:57:49 +0000
committerGravatar Karlis S <[email protected]>2021-01-03 07:57:49 +0000
commit3f52698dbf9bd8277b8ec5c0c25c1d56bd159a8e (patch)
tree34cb166f6b98562443a79d42f987989293ec5da2 /Pipfile
parentRe-lock Pipfile (diff)
parentMerge pull request #1334 from python-discord/bug/precommit-pycharm (diff)
Merge branch 'master' into branding-manager
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index b691a7862..94df8e65d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,16 +14,16 @@ 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"
requests = "~=2.22"
-sentry-sdk = "~=0.14"
+sentry-sdk = "~=0.19"
sphinx = "~=2.2"
statsd = "~=3.3"
arrow = "~=0.17"