diff options
-rw-r--r-- | Pipfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" = "*" |