-r requirements.txt

# project lint requirements:
flake8==3.9.2
pep8-naming==0.11.1
darglint==1.8.0
flake8-builtins==1.5.3
flake8-broken-line==0.3.0
flake8-commas==2.0.0
flake8-return==1.1.3
flake8-multiline-containers==0.0.18
flake8-import-order==0.18.1
flake8-comprehensions==3.5.0
flake8-bugbear==21.4.3
flake8-annotations-complexity==0.0.6
flake8-expression-complexity==0.0.9
flake8-cognitive-complexity==0.1.0
flake8-rst==0.8.0
flake8-rst-docstrings==0.2.3
flake8-print==4.0.0
flake8-assertive==1.3.0
flake8-docstrings==1.6.0
flake8-aaa==0.12.0
flake8-annotations==2.6.2
flake8-eradicate==1.3.0

# project mypy requirements:
mypy==0.931

# project build and distribute requirements
build==0.9.0
twine==4.0.2
