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.0; python_version >= '3.9'

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==80.10.2; python_version >= '3.9'

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.34.1; python_version >= '3.10'
