diff options
author | 2018-10-31 18:30:37 +0530 | |
---|---|---|
committer | 2018-10-31 18:30:37 +0530 | |
commit | 3aed2828eb1e56a02cd3631eafe299e48ec73c88 (patch) | |
tree | 73593018f9eee29b2f6d88453e4d8e02b12e197f | |
parent | * Update channel ID. (diff) |
Replace explicit PyNaCl requirement with discord.py voice requirement
-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" = "*" |