sqlalchemy>=2.0
sqlglot>=25.0
pyyaml>=6.0
pydantic>=2.0
typing-extensions>=4.9

[all]
sqlmind[anthropic,index,langgraph,mysql,openai,postgres]

[anthropic]
anthropic>=0.30

[dev]
pytest>=8.0
pytest-asyncio>=0.24
mypy>=1.10
ruff>=0.5
build>=1.0
twine>=5.0
sqlmind[anthropic,langgraph,mysql,openai,postgres]

[index]
faiss-cpu>=1.8
sentence-transformers>=3.0
numpy>=1.26

[langgraph]
langgraph>=0.2
langchain-core>=0.3

[mysql]
pymysql>=1.1

[openai]
openai>=1.0

[postgres]
psycopg2-binary>=2.9
