setuptools
six
pytest==3.5.1; python_version <= "3.7"
pytest==7.4.0; python_version >= "3.8"

pytest-cov
codecov
coverage

black==23.3.0; python_version <= "3.7"
black>=23.7.0; python_version >= "3.8"
isort==5.11.5; python_version <= "3.7"
isort>=5.12.0; python_version >= "3.8"
pylint>=2.17.5
twine>=1.15.0
wheel>=0.34.2
