pydantic>=2.0.0
langchain>=0.1.0
langchain-core>=0.1.0
PyYAML>=6.0
numpy>=1.24.1

[all]
automia[dev,full]

[dev]
pytest>=7.0.0
black>=23.0.0
mypy>=1.0.0
ruff>=0.1.0

[full]
automia[google,openai,postgres,search]

[google]
langchain-google-genai>=0.0.5

[openai]
openai>=1.0.0
langchain-openai>=0.0.5

[postgres]
psycopg2-binary>=2.9.0

[search]
faiss-cpu>=1.7.0
bm25s>=0.1.0
PyStemmer>=2.0.0
