Files
Auto-Redbook-Skills/requirements.txt
2026-01-29 15:52:15 +08:00

18 lines
263 B
Plaintext
Raw Permalink 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.
# 小红书笔记创作技能依赖
# Markdown 处理
markdown>=3.4.0
PyYAML>=6.0
# 浏览器自动化(渲染图片)
playwright>=1.40.0
# 小红书发布
xhs>=0.4.0
# 环境变量管理
python-dotenv>=1.0.0
# HTTP 请求API 模式)
requests>=2.28.0