ai_service/requirements.txt

12 lines
298 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.

# 基础依赖
python-dotenv # 用于加载.env文件中的环境变量
pyyaml # 用于解析YAML配置文件
# API客户端
openai == 1.82.1 # 用于调用OpenAI/Moonshot/DeepSeek API
# 图像处理
Pillow # PIL库用于基础图像处理
psd-tools # 用于PSD文件的创建和操作