diff --git a/setup.py b/setup.py index 17cd7c319..a79dd6c4d 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ install_requires = [ "pyyaml==3.13", "raven==6.10.0", "raven-aiohttp==0.7.0", + "red-lavalink==0.2.0", "schema==0.6.8", "websockets==6.0", "yarl==1.3.0", @@ -59,7 +60,7 @@ extras_require = { "sphinxcontrib-websupport==1.1.0", "urllib3==1.24.1", ], - "voice": ["red-lavalink==0.2.0"], + "voice": [], "style": ["black==18.9b0", "click==7.0", "toml==0.10.0"], }