From 8388ceb06235b284fca665b59cc72b648a904476 Mon Sep 17 00:00:00 2001 From: Devoxin Date: Tue, 2 Oct 2018 20:36:46 +0100 Subject: [PATCH] Typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf81fec6..f880de32 100644 --- a/setup.py +++ b/setup.py @@ -12,5 +12,5 @@ download_url='https://github.com/Devoxin/Lavalink.py/archive/2.1.10.tar.gz', keywords=['lavalink'], include_package_data=True, - install_requires=['websockets~>5.0', 'aiohttp'] + install_requires=['websockets~=5.0.1', 'aiohttp'] )