# Core testing framework - required for all tests
unittest2==1.1.0

# Performance monitoring and system information
psutil==5.9.8

# Enhanced testing capabilities 
pytest==8.0.0
pytest-cov==4.1.0
pytest-mock==3.12.0

# Concurrency testing (concurrent.futures is built into Python 3.2+)