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
|
aiohttp-json-rpc
|
||||||
apsw
|
apsw
|
||||||
babel
|
babel
|
||||||
Brotli
|
|
||||||
click
|
click
|
||||||
discord.py
|
discord.py
|
||||||
markdown
|
markdown
|
||||||
orjson
|
|
||||||
packaging
|
packaging
|
||||||
platformdirs
|
platformdirs
|
||||||
psutil
|
psutil
|
||||||
@ -19,6 +17,10 @@ rich
|
|||||||
schema
|
schema
|
||||||
typing_extensions
|
typing_extensions
|
||||||
yarl
|
yarl
|
||||||
zstandard
|
|
||||||
distro; sys_platform == "linux"
|
distro; sys_platform == "linux"
|
||||||
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
|
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