build==0.9.0; python_version <= '3.6'
build==1.1.1; python_version >= '3.7' and python_version < '3.8'
build==1.2.2.post1; python_version >= '3.8' and python_version < '3.9'
build==1.4.4; python_version >= '3.9'  and python_version < '3.10'
build==1.5.0; python_version >= '3.10'

setuptools==59.6.0; python_version <= '3.6'
setuptools==68.0.0; python_version >= '3.7' and python_version < '3.8'
setuptools==75.3.0; python_version >= '3.8' and python_version < '3.9'
setuptools==82.0.1; python_version >= '3.9' and python_version < '3.10'
setuptools==84.0.0; python_version >= '3.10'

tox==3.28.0; python_version <= '3.6'
tox==4.8.0; python_version >= '3.7' and python_version < '3.8'
tox==4.25.0; python_version >= '3.8' and python_version < '3.9'
tox==4.30.3; python_version >= '3.9' and python_version < '3.10'
tox==4.60.0; python_version >= '3.10'
