From 76c0071f57f244594052cb49bc0a8e85c9c303f9 Mon Sep 17 00:00:00 2001 From: Toby Harradine Date: Sat, 11 Aug 2018 12:01:23 +1000 Subject: [PATCH] Pin lavalink to 0.1.0 (#2000) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d74360baf..281dbc9a6 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ setup( "test": ["pytest>3", "pytest-asyncio"], "mongo": ["motor"], "docs": ["sphinx>=1.7", "sphinxcontrib-asyncio", "sphinx_rtd_theme"], - "voice": ["red-lavalink>=0.0.4"], + "voice": ["red-lavalink==0.1.0"], "style": ["black==18.5b1"], }, )