pyproject.toml 260 B

123456789101112
  1. [project]
  2. name = "05-langgraph"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.11"
  7. dependencies = [
  8. "dashscope>=1.26.2",
  9. "dotenv>=0.9.9",
  10. "langchain==1.3.1",
  11. "langchain-openai>=1.3.3",
  12. ]