mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
Explicitly comment some speed up dependencies not directly used by Red (#6621)
This commit is contained in:
@@ -2,11 +2,9 @@ aiohttp<3.10
|
||||
aiohttp-json-rpc
|
||||
apsw
|
||||
babel
|
||||
Brotli
|
||||
click
|
||||
discord.py
|
||||
markdown
|
||||
orjson
|
||||
packaging
|
||||
platformdirs
|
||||
psutil
|
||||
@@ -19,6 +17,10 @@ rich
|
||||
schema
|
||||
typing_extensions
|
||||
yarl
|
||||
zstandard
|
||||
distro; sys_platform == "linux"
|
||||
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
|
||||
# Used by discord.py[speedup]. See Pull request #6587 for more info.
|
||||
Brotli
|
||||
orjson
|
||||
zstandard
|
||||
|
||||
Reference in New Issue
Block a user