File size: 219 Bytes
313ff39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
fastapi>=0.115
uvicorn[standard]>=0.30
chromadb>=0.5
groq>=0.13
python-dotenv>=1.0
pydantic>=2.7

# Index building
duckdb>=1.0
pandas>=2.0
pyarrow>=16.0
beautifulsoup4>=4.12
lxml>=5.0

# Testing
pytest>=8.0
httpx>=0.27