# Install core dependencies
-r requirements.txt

# Testing
pytest>=8.0.0
pytest-asyncio>=1.0.0
pytest-cov>=5.0.0
fakeredis>=2.0.0

# MCP client utilities used by example tests
mcp_use>=1.0.0

# Code quality
ruff>=0.8.0
pyright>=1.1.400
pre-commit>=3.5.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.5.0
mkdocstrings[python]>=0.24.0
mkdocs-autorefs>=0.5.0

# SQLAlchemy support
sqlalchemy>=2.0.0
sqlalchemy2-stubs>=0.0.2a5
aiosqlite>=0.19.0

# Build tools
build>=1.0.0
twine>=5.0.0
setuptools-scm>=8.0.0
wheel>=0.38.0
