mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Move Red-Lavalink to main requirements
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
parent
05bef917ae
commit
6d5762d711
3
setup.py
3
setup.py
@ -22,6 +22,7 @@ install_requires = [
|
|||||||
"pyyaml==3.13",
|
"pyyaml==3.13",
|
||||||
"raven==6.10.0",
|
"raven==6.10.0",
|
||||||
"raven-aiohttp==0.7.0",
|
"raven-aiohttp==0.7.0",
|
||||||
|
"red-lavalink==0.2.0",
|
||||||
"schema==0.6.8",
|
"schema==0.6.8",
|
||||||
"websockets==6.0",
|
"websockets==6.0",
|
||||||
"yarl==1.3.0",
|
"yarl==1.3.0",
|
||||||
@ -59,7 +60,7 @@ extras_require = {
|
|||||||
"sphinxcontrib-websupport==1.1.0",
|
"sphinxcontrib-websupport==1.1.0",
|
||||||
"urllib3==1.24.1",
|
"urllib3==1.24.1",
|
||||||
],
|
],
|
||||||
"voice": ["red-lavalink==0.2.0"],
|
"voice": [],
|
||||||
"style": ["black==18.9b0", "click==7.0", "toml==0.10.0"],
|
"style": ["black==18.9b0", "click==7.0", "toml==0.10.0"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user