-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
48 lines (44 loc) · 950 Bytes
/
requirements-dev.txt
File metadata and controls
48 lines (44 loc) · 950 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
pyarrow>=20.0.0
datasets>=3.0.0
fastapi>=0.120.1
fastapi_utils==0.8.0
loguru==0.7.3
mangum==0.21.0
pre-commit==4.5.1
pydantic>=2.5.0,<3.0.0
pytest-xdist==3.8.0
pytest-asyncio==1.3.0
# ASGI Server - Version constrained by litellm[proxy]==1.82.0 in rest-api
uvicorn>=0.31.1,<0.42.0
# AWS SDK - Version constrained by litellm[proxy]==1.82.0in rest-api
boto3==1.42.59
tiktoken==0.12.0
python-docx==1.2.0
pypdf==6.10.2
langchain==1.2.10
langchain-community==0.4.1
langchain-core==1.2.17
langchain-openai==1.1.10
langchain-text-splitters==1.1.1
cachetools==7.0.2
--only-binary=pyarrow,lxml,psycopg2-binary
# Testing
pytest==9.0.2
pytest-cov==7.0.0
responses>=0.26.0
moto[proxy]==5.1.21
coverage>=7.10.6
lxml==6.0.2
opensearch-py==3.1.0
requests_aws4auth==1.3.1
PyJWT==2.11.0
psycopg2-binary==2.9.11
cachetools==7.0.2
# MCP Workbench testing
fastmcp>=2.10.0,<3.0.0
mcp>=1.26.0,<2.0.0
# Development
black==26.1.0
flake8==7.3.0
mypy==1.19.1
poetry==2.3.2