13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
|
|
# 网络监控项目依赖
|
||
|
|
# 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
|