get working

This commit is contained in:
William Fu-Hinthorn
2024-09-13 16:57:34 -07:00
parent 4e6582bd91
commit 6cb0b0506e
8 changed files with 51 additions and 183 deletions

View File

@@ -8,7 +8,11 @@ authors = [
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = ["langgraph>=0.2.6", "python-dotenv>=1.0.1"]
dependencies = [
"anthropic>=0.34.2",
"langgraph>=0.2.6",
"python-dotenv>=1.0.1",
]
[project.optional-dependencies]