# Development dependencies for llm-cost-guard
# Install with: pip install -r requirements-dev.txt

-r requirements.txt

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
moto>=4.2.0

# Linting and type checking
ruff>=0.1.0
mypy>=1.5.0
bandit>=1.7.0

# Optional integrations (for running all tests)
anthropic>=0.18.0
boto3>=1.28.0
langchain>=0.1.0
langchain-core>=0.1.0
sqlalchemy>=2.0.0
redis>=4.5.0
prometheus-client>=0.17.0
opentelemetry-api>=1.20.0
opentelemetry-sdk>=1.20.0
