# Core dependencies (from pyproject.toml)
fastapi>=0.110
uvicorn[standard]>=0.29
google-auth>=2.29
google-auth-oauthlib>=1.2
google-auth-httplib2>=0.2
google-api-python-client>=2.127
sqlalchemy[asyncio]>=2.0
aiosqlite>=0.20
pydantic-settings>=2.2
jinja2>=3.1
bcrypt>=4.1
cryptography>=42.0
httpx>=0.27
python-multipart>=0.0.9
mcp>=1.0

# Dev / test dependencies
pytest>=8.0
pytest-asyncio>=0.23
httpx>=0.27
ruff>=0.4
beautifulsoup4>=4.12
