add zstd compression for .har (#4420)

This commit is contained in:
Shuchang Zheng
2026-01-08 21:24:34 -08:00
committed by GitHub
parent eaff4c5ba9
commit 22896cb5cc
6 changed files with 199 additions and 15 deletions

View File

@@ -68,6 +68,7 @@ dependencies = [
"jsonschema>=4.25.1",
"python-calamine>=0.6.1",
"urllib3>=2.6.0",
"zstandard>=0.25.0",
]
[dependency-groups]