mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
Explicitly comment some speed up dependencies not directly used by Red (#6621)
This commit is contained in:
parent
982f082cb0
commit
a809c3604a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user