triage/pyproject.toml
iomgaa 5233399151 配置:统一项目配置和依赖管理
- 更新CLAUDE.md:添加git用户配置要求
- 优化config.py:改用OpenAILike接口兼容Ollama服务
- 添加requests依赖:支持HTTP请求功能
- 更新依赖锁定文件:确保环境一致性

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-11 00:00:37 +08:00

16 lines
309 B
TOML

[project]
name = "aim"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"agno>=1.7.9",
"ollama>=0.5.3",
"openai>=1.99.6",
"packaging>=25.0",
"pydantic>=2.11.7",
"requests>=2.32.4",
"sqlalchemy>=2.0.42",
]