Add zstd gateway compression to speed profile

This commit is contained in:
Lilly Rose Berner
2024-10-09 23:30:03 +02:00
committed by GitHub
parent d10e70e04c
commit 91f300a28a
4 changed files with 69 additions and 32 deletions

View File

@ -56,6 +56,7 @@ speed = [
"aiodns>=1.1; sys_platform != 'win32'",
"Brotli",
"cchardet==2.1.7; python_version < '3.10'",
"zstandard>=0.23.0"
]
test = [
"coverage[toml]",