-
-
Notifications
You must be signed in to change notification settings - Fork 446
Expand file tree
/
Copy pathrequirements.txt
More file actions
20 lines (14 loc) · 652 Bytes
/
requirements.txt
File metadata and controls
20 lines (14 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Core (no external dependencies for basic modes)
# Python 3.10+ required
# Optional: MITM interception (apps_script mode)
cryptography>=41.0.0
# Optional: HTTP/2 multiplexing (faster apps_script relay)
h2>=4.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
# Optional: Zstandard decompression (some CDNs now serve `zstd`)
zstandard>=0.22.0
# LAN interface detection now uses only the Python standard library
# (works on Windows, Linux, macOS, Android/Termux without a C compiler).