# Style
flake8==4.0.1

# Code formatting
black==22.3.0
isort==5.10.1
flynt==0.76
pre-commit==2.20.0

# Type checking
mypy==0.950

# Testing
tox==3.25.0
pytest==7.1.2
pytest-cov==3.0.0
pytest-dotenv==0.5.2

# General
pycocotools
scikit-image
opencv-python