aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-01-22 11:54:08 +0100
committerGravatar Numerlor <[email protected]>2021-01-22 11:54:08 +0100
commit1e7d1c6af4eac0482a8b80e21181e02f28be8060 (patch)
tree021f0ae531de4c15205a12b293ff3bc22eb810de /Pipfile
parentFix issues with multiple gets being suspended when a refresh starts (diff)
parentMerge pull request #1346 from python-discord/bug/help/1341/race-conditions (diff)
Merge remote-tracking branch 'upstream/master' into doc-imp
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 45b759c25..54bd46ce8 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"
@@ -24,6 +24,7 @@ python-dateutil = "~=2.8"
pyyaml = "~=5.1"
sentry-sdk = "~=0.19"
statsd = "~=3.3"
+arrow = "~=0.17"
emoji = "~=0.6"
[dev-packages]