-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (33 loc) · 843 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (33 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[project]
name = "code-qa"
version = "0.1.0"
description = "Intelligent Codebase Q&A Agent"
requires-python = ">=3.11,<3.13"
dependencies = [
"fastapi==0.111.0",
"uvicorn[standard]==0.30.1",
"streamlit==1.35.0",
"qdrant-client>=1.10.1",
"langchain==0.2.5",
"langchain-core>=0.2.36,<0.3.0",
"langchain-groq==0.1.5",
"langchain-ollama==0.1.3",
"langgraph==0.0.69",
"sentence-transformers==3.0.1",
"tree-sitter==0.22.3",
"tree-sitter-python==0.21.0",
"pydantic==2.7.4",
"pydantic-settings==2.3.4",
"python-dotenv==1.0.1",
"httpx==0.27.0",
"sse-starlette==2.1.0",
"aiofiles==23.2.1",
"GitPython==3.1.43",
"rich==13.7.1",
"python-multipart==0.0.9",
"aiosqlite==0.20.0",
"rav==0.4.3",
"fastembed>=0.4.2",
]
[tool.uv]
python-preference = "only-managed"