summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 81b44c3..59a1b64 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,13 @@ dependencies = [
"openai>=2.8.0",
"pyyaml>=6.0.3",
"python-dotenv>=1.0.0",
+ "matplotlib>=3.10.8",
+ "seaborn>=0.13.2",
+ "pandas>=3.0.1",
+ "fastapi>=0.135.1",
+ "uvicorn[standard]>=0.41.0",
+ "sse-starlette>=3.3.2",
+ "tqdm>=4.67.1",
]
[dependency-groups]