aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pipfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 82d5f83b..a48560f6 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,8 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
-pynacl = "*"
+"discord.py" = {extras = ["voice"], ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
[dev-packages]
"flake8" = "*"