
[all]
anthropic>=0.25
openai>=1.0
python-docx>=1.0
pdfplumber>=0.10
langchain-core>=0.3
llama-index-core>=0.11
fastapi>=0.100
uvicorn>=0.23
redis>=4.0
psycopg2-binary>=2.9
mcp>=1.0

[anthropic]
anthropic>=0.25

[dev]
pytest>=7.0

[docx]
python-docx>=1.0

[formats]
python-docx>=1.0
pdfplumber>=0.10

[langchain]
langchain-core>=0.3

[llamaindex]
llama-index-core>=0.11

[llm]
anthropic>=0.25
openai>=1.0

[mcp]
mcp>=1.0

[openai]
openai>=1.0

[pdf]
pdfplumber>=0.10

[postgres]
psycopg2-binary>=2.9

[redis]
redis>=4.0

[server]
fastapi>=0.100
uvicorn>=0.23
