# Code Formater
blue>=0.7.0

# Style Guide Enforcement
# No version requrements for flake8. Because ``blue`` had a very strict requerement for it.
flake8
flake8-docstrings>=1.6.0
flake8-rst>=0.8.0
flake8-rst-docstrings>=0.2.3
pep8-naming>=0.11.1

# Check Type Annotations
# flake8-annotations>=2.6.2
# flake8-type-annotations>=0.1.0
# mypy>=0.812

# Linter
pylint>=2.8.2

# Documentation
# mrtoolstheme>=0.2.0
# Sphinx>=4.2.0
# docutils>=0.17.1

# Test Tools
# pytest>=6.2.5
# pytest-cov>=2.12.1

# Deploment Tools
build>=0.7.0
twine>=3.4.2
