# Install the Current Package Editable
-e .

# Code Formater
blue>=0.9.1

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

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

# Linter
pylint>=2.14.5
isort>=5.10.1

# Deploment Tools
build>=0.8.0
twine>=4.0.1
esbonio>=0.14.0
