flake8

[:python_version < "3.5"]
typing

[:python_version < "3.6"]
more-itertools<8.11.0

[:python_version >= "3.6" and python_version < "3.10"]
more-itertools

[dev]
black
isort
flake8
hacking>=4
flake8-black
flake8-isort
pep8-naming
flake8-broken-line
flake8-builtins
flake8-2020
flake8-docstrings
flake8-rst-docstrings
darglint
mypy
coverage
codecov
