G41_TAPD_BUG_SYNC/requirements.txt
2025-12-15 18:52:51 +08:00

14 lines
265 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
# JSON处理Python内置无需安装
# json
# 日期时间处理Python内置无需安装
# datetime
# 操作系统接口Python内置无需安装
# os