httpx>=0.24
orjson>=3.8
uvicorn[standard]>=0.20
httptools>=0.6
pydantic>=2.0
typing-extensions>=4.5
python-dotenv>=1.0
websockets>=11.0
PyJWT>=2.8.0

[:sys_platform != "win32"]
uvloop>=0.19

[ai]
openai>=1.0
anthropic>=0.5

[all]
torch>=2.0
onnxruntime>=1.15
faiss-cpu>=1.7
llama-cpp-python>=0.2
openai>=1.0
anthropic>=0.5
numpy>=1.24
fastapi>=0.100

[benchmark]
fastapi>=0.100

[gguf]
llama-cpp-python>=0.2

[onnx]
onnxruntime>=1.15

[pytorch]
torch>=2.0

[vector]
faiss-cpu>=1.7
numpy>=1.24
