coverage==7.4.4
flake8==3.8.4
pytest-cov==5.0.0

# Test requirements
pytest>=6.1.1
parameterized==0.9.0
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)

# formatter
black==24.4.0
ruff==0.4.1
