# 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-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
Sphinx>=4.2.0
docutils>=0.17.1
mrtoolstheme>=0.2.0

# deploment tools
wheel>=0.36.2
build>=0.4.0
twine>=3.4.1
