ai项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
311 B

# AI Work Start 依赖模块
# 使用方式: pip install -r requirements.txt
# HTTP 请求库
requests>=2.28.0
# JWT Token 解析 (kimistart.py)
PyJWT>=2.6.0
# 日志框架
loguru>=0.6.0
# 浏览器自动化 (mita_login.py)
playwright>=1.40.0
# 嵌套字典访问 (deepseek_work.py)
glom>=23.3.0
dateparser