Removed netifaces for better compatibility

This commit is contained in:
Abolfazl
2026-04-23 13:29:50 +03:30
parent 57738ec5c8
commit fb75ba4ea9
4 changed files with 91 additions and 77 deletions
+2 -2
View File
@@ -13,5 +13,5 @@ brotli>=1.1.0
# Optional: Zstandard decompression (some CDNs now serve `zstd`)
zstandard>=0.22.0
# Optional: Better network interface detection for LAN sharing
netifaces>=0.11.0
# LAN interface detection now uses only the Python standard library
# (works on Windows, Linux, macOS, Android/Termux without a C compiler).