# Install the Current Package Editable
# -e .

# 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-import-order>=0.18.1
flake8-rst>=0.8.0
flake8-rst-docstrings>=0.2.5
pep8-naming>=0.11.1

# Check Type Annotations
flake8-annotations>=2.7.0
flake8-type-annotations>=0.1.0
data-science-types>=0.2.23
mypy>=0.931

# Linter
pylint>=2.12.2

# Documentation
mrtoolstheme>=0.4.0

# Test Tools
pytest>=7.0.1
pytest-cov>=3.0.0

# Deploment Tools
build>=0.7.0
twine>=3.8.0
wheel>=0.37.1
