Install packages necessary for the project
Browse files- pyproject.toml +11 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -4,4 +4,14 @@ version = "0.1.0"
|
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.11"
|
7 |
-
dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.11"
|
7 |
+
dependencies = [
|
8 |
+
"fastapi>=0.115.14",
|
9 |
+
"ipykernel>=6.29.5",
|
10 |
+
"langchain>=0.3.26",
|
11 |
+
"langchain-google-genai>=2.1.6",
|
12 |
+
"langchain-pinecone>=0.2.8",
|
13 |
+
"langgraph>=0.5.0",
|
14 |
+
"pinecone>=7.3.0",
|
15 |
+
"python-dotenv>=1.1.1",
|
16 |
+
"sqlmodel>=0.0.24",
|
17 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|