# 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.3
pep8-naming>=0.11.1

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

# Linter
pylint>=2.8.3

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

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

# Deploment Tools
build>=0.4.0
twine>=3.4.1
wheel>=0.36.2
