| 12345678910111213141516171819202122232425262728 |
- [project]
- name = "travel-mind"
- version = "0.1.0"
- description = "Travel mind: SerpApi 航班/酒店查询与行程规划"
- requires-python = ">=3.10"
- dependencies = [
- "httpx[socks]>=0.27",
- "rich>=13.7",
- "pydantic-settings>=2.2",
- "langchain>=1.0.0",
- "langchain-core>=1.5.2",
- "langchain-mcp-adapters>=0.3.1",
- "mcp[cli]>=1.9.2,<2.0.0",
- "langgraph>=0.4.0",
- "langchain-openai>=0.3.0",
- ]
- [build-system]
- requires = ["hatchling"]
- build-backend = "hatchling.build"
- [tool.hatch.build.targets.wheel]
- packages = ["app", "scripts"]
- [dependency-groups]
- dev = [
- "pytest>=9.1.1",
- ]
|