G41_TAPD_BUG_SYNC/requirements.txt
2025-12-19 16:49:47 +08:00

17 lines
324 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 企业微信智能表格API测试工具依赖包
# HTTP请求库
requests>=2.31.0
# 定时任务调度库(第五阶段)
schedule>=1.2.0
# JSON处理Python内置无需安装
# json
# 日期时间处理Python内置无需安装
# datetime
# 操作系统接口Python内置无需安装
# os