# Self
-e .

# Test
pytest == 7.0.1
pytest-cov == 4.0.0
pytest-xdist == 2.1.0
pytest-sugar == 0.9.2

# Format and lint
black == 22.3
mypy == 1.0.0
flake8 == 4.0.1
isort == 5.0.6
autoflake == 1.3.1
