# 开发依赖
pyinstrument>=4.5.0  # 性能分析工具，支持异步代码
memory-profiler>=0.61.0  # 内存分析工具
psutil>=5.9.8  # 系统资源监控
