# Test dependencies for Masto-RSS bot # Install with: pip install -r requirements-test.txt # Base requirements -r requirements.txt # Testing framework pytest==7.4.4 pytest-cov==4.1.0 pytest-mock==3.12.0 # HTTP mocking for integration tests responses==0.24.1 # Code quality flake8==7.0.0 black==24.1.1 mypy==1.8.0 # Coverage reporting coverage==7.4.0