aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-11-01 18:45:39 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-11-01 18:45:39 +0000
commitb834d83d4a5af28f59687c645eccd5a51a8246ce (patch)
tree93f120fb3e2578690f214ba3baa062104251689c /Pipfile
parent0cc530d158d05de3332262b73018ba5a8aab068a (diff)
downloadsteve-bot-b834d83d4a5af28f59687c645eccd5a51a8246ce.tar
steve-bot-b834d83d4a5af28f59687c645eccd5a51a8246ce.tar.gz
steve-bot-b834d83d4a5af28f59687c645eccd5a51a8246ce.tar.bz2
steve-bot-b834d83d4a5af28f59687c645eccd5a51a8246ce.tar.lz
steve-bot-b834d83d4a5af28f59687c645eccd5a51a8246ce.tar.xz
steve-bot-b834d83d4a5af28f59687c645eccd5a51a8246ce.tar.zst
steve-bot-b834d83d4a5af28f59687c645eccd5a51a8246ce.zip
Discord.py voice dependency added
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 0e46ca4..dba21e1 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,7 +7,7 @@ verify_ssl = true
[packages]
asyncio = "==3.4.3"
-"discord.py" = ">=1.4.0a2409+gb77af19"
+"discord.py" = {extras = ["voice"], version = "*"}
colorama = "==0.4.3"
google-api-core = "==1.17.0"
google-auth = "==1.14.1"