# Testing dependencies for Genesis Agent CLI

# Core testing framework
pytest>=7.4.0,<8.0.0
pytest-asyncio>=0.21.0,<1.0.0
pytest-cov>=4.1.0,<5.0.0
pytest-mock>=3.11.0,<4.0.0
pytest-timeout>=2.1.0,<3.0.0

# Mocking and fixtures
mock>=5.1.0,<6.0.0
faker>=19.0.0,<20.0.0

# Code coverage
coverage[toml]>=7.2.0,<8.0.0

# Type checking (optional but recommended)
mypy>=1.4.0,<2.0.0
types-pyyaml
types-requests

# Code quality
black>=23.0.0,<24.0.0
isort>=5.12.0,<6.0.0
flake8>=6.0.0,<7.0.0
pylint>=2.17.0,<3.0.0

# Documentation testing
doctest-plus>=0.2.0,<1.0.0