Files
personal-experiment/requirements.txt
T

13 lines
258 B
Plaintext
Raw Normal View History

2026-03-06 11:26:35 +08:00
# 网络监控项目依赖
# Python 3.6+ 仅使用标准库即可运行核心功能
# 可选依赖(用于桌面通知)
# Windows: pip install win10toast
win10toast==0.9
# Linux: pip install notify2
notify2==0.3.1
# macOS: pip install pync
pync==2.0.0