We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab8fbb commit 2c59435Copy full SHA for 2c59435
1 file changed
requirements.txt
@@ -7,8 +7,8 @@ cryptography>=41.0.0
7
# Optional: HTTP/2 multiplexing (faster apps_script relay)
8
h2>=4.1.0
9
10
-# Optional: CA bundle for TLS verification (recommended on macOS / Windows)
11
-certifi>=2024.1.0
+# CA bundle for TLS verification — skipped on Windows (uses system cert store).
+certifi>=2024.1.0; sys_platform != "win32"
12
13
# Optional: Brotli decompression (modern websites send `br` encoding)
14
brotli>=1.1.0
0 commit comments