Skip to content

Commit a809c36

Browse files
authored
Explicitly comment some speed up dependencies not directly used by Red (#6621)
1 parent 982f082 commit a809c36

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

requirements/base.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ aiohttp<3.10
22
aiohttp-json-rpc
33
apsw
44
babel
5-
Brotli
65
click
76
discord.py
87
markdown
9-
orjson
108
packaging
119
platformdirs
1210
psutil
@@ -19,6 +17,10 @@ rich
1917
schema
2018
typing_extensions
2119
yarl
22-
zstandard
2320
distro; sys_platform == "linux"
2421
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
22+
23+
# Used by discord.py[speedup]. See Pull request #6587 for more info.
24+
Brotli
25+
orjson
26+
zstandard

0 commit comments

Comments
 (0)