Update pyproject.toml
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
@@ -36,8 +36,10 @@ dependencies = [
|
|
36 |
"llama-index-llms-anthropic>=0.7.2",
|
37 |
"llama-index-embeddings-huggingface>=0.5.4",
|
38 |
"sentence-transformers>=4.1.0",
|
|
|
39 |
"tavily-python>=0.7.5",
|
40 |
|
|
|
41 |
]
|
42 |
|
43 |
[tool.ui]
|
|
|
36 |
"llama-index-llms-anthropic>=0.7.2",
|
37 |
"llama-index-embeddings-huggingface>=0.5.4",
|
38 |
"sentence-transformers>=4.1.0",
|
39 |
+
"httpx>=0.25.0",
|
40 |
"tavily-python>=0.7.5",
|
41 |
|
42 |
+
|
43 |
]
|
44 |
|
45 |
[tool.ui]
|