Explicitly comment some speed up dependencies not directly used by Red (#6621)

This commit is contained in:
Kowlin 2025-09-26 19:45:08 +02:00 committed by GitHub
parent 982f082cb0
commit a809c3604a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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