# GoFlask Development Requirements

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-asyncio>=0.21.0
pytest-benchmark>=4.0.0

# Code Quality
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
pylint>=2.17.0
mypy>=1.0.0

# Documentation
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.22.0

# Development Tools
pre-commit>=3.0.0
tox>=4.0.0
twine>=4.0.0
wheel>=0.40.0
build>=0.10.0

# Performance Testing
locust>=2.14.0
memory-profiler>=0.60.0

# Optional Dependencies for Testing
redis>=4.5.0
psycopg2-binary>=2.9.0
requests>=2.28.0

# CLI Tools
click>=8.1.0
rich>=13.0.0

# Type Checking
types-requests>=2.28.0
types-redis>=4.5.0
