# Development Dependencies for Codebase MCP Server
# Install: pip install -r requirements-dev.txt
# This includes all production dependencies plus development tools
# Include production dependencies
-r requirements.txt
# Testing
pytest>=7.4.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
pytest-timeout>=2.2.0
# Type Checking
mypy>=1.8.0
types-requests>=2.31.0
# Linting & Formatting
ruff>=0.1.11
# Performance Profiling
py-spy>=0.3.14