coverage==7.4.1
flake8==3.8.4
pytest-cov==4.1.0

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

# formatter
black==24.2.0
ruff==0.2.1
