# Test Dependencies for pip_util.py
# Install in isolated venv to prevent environment corruption

# Testing Framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0

# Code Quality
flake8>=6.0.0
black>=23.0.0
mypy>=1.5.0

# Dependencies from main project
packaging>=23.0

# Mock and testing utilities
responses>=0.23.0
freezegun>=1.2.0
