packaging>=21.0
setuptools>=59.0.1

[:python_version < "3.10"]
importlib-metadata>=4.8.3

[:sys_platform == "linux"]
patchelf>=0.12

[:sys_platform == "win32" and python_version < "3.10"]
cx-logging>=3.0

[:sys_platform == "win32" and python_version <= "3.10"]
lief>=0.11.5

[dev]
bump2version>=1.0.1
pre-commit>=2.17.0
pylint>=2.13.0

[dev:sys_platform == "linux"]
cibuildwheel==2.6.1

[doc]
sphinx<6.0.0,>=5.0.1
sphinx-rtd-theme==1.0.0

[test]
nose==1.3.7
pygments>=2.11.2
pytest>=7.0.1
pytest-cov==3.0.0
pytest-mock>=3.6.1
pytest-timeout>=1.4.2
