-r requirements.txt

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

# Code quality
black>=23.7.0
flake8>=6.1.0
mypy>=1.5.0

# Async support
httpx>=0.24.0

# Framework support
fastapi>=0.100.0
starlette>=0.27.0
django>=4.2.0
flask>=2.3.0

# Secure storage
keyring>=24.0.0
