# Linting & Formatting
ruff>=0.8.0

# Type checking
mypy>=1.13.0
types-python-jose>=3.3.0

# Testing
pytest>=8.0.0
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0

# Development utilities
python-dotenv>=1.0.0
