WhereAmI/requirements.txt
2026-06-15 00:49:26 +08:00

32 lines
379 B
Plaintext

# WhereAmI - 多协议轮转代理工具依赖包
# GUI框架
PyQt6>=6.4.0
# 网络请求
requests>=2.31.0
aiohttp>=3.8.0
aiohttp-socks>=0.8.0
# HTML解析
beautifulsoup4>=4.12.0
lxml>=4.9.0
# 配置文件
PyYAML>=6.0.1
# SOCKS支持
PySocks>=1.7.1
# 加密
cryptography>=41.0.0
# 系统监控
psutil>=5.9.0
# 日志
loguru>=0.7.0
# 图表(可选)
matplotlib>=3.7.0