fix: Skip certifi on windows

This commit is contained in:
Abolfazl
2026-04-24 20:56:03 +03:30
parent bab8fbb297
commit 2c59435d7b
+2 -2
View File
@@ -7,8 +7,8 @@ cryptography>=41.0.0
# Optional: HTTP/2 multiplexing (faster apps_script relay)
h2>=4.1.0
# Optional: CA bundle for TLS verification (recommended on macOS / Windows)
certifi>=2024.1.0
# CA bundle for TLS verification — skipped on Windows (uses system cert store).
certifi>=2024.1.0; sys_platform != "win32"
# Optional: Brotli decompression (modern websites send `br` encoding)
brotli>=1.1.0