-r requirements.txt

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
httpx>=0.25.0
factory-boy>=3.3.0

# Linting / formatting
ruff>=0.1.0
black>=23.9.0
mypy>=1.6.0
types-redis>=4.6.0
types-passlib>=1.7.7

# Dev tools
pre-commit>=3.4.0
ipython>=8.15.0
