# Keep this in sync with setup.cfg [options] install_requires
cx-logging >= 3.0 ; sys_platform == "win32"
importlib-metadata >= 4.8.3 ; python_version < "3.10"
lief >= 0.11.5 ; sys_platform == "win32" and python_version < "3.10"
patchelf >= 0.12 ; sys_platform == "linux"
wheel >= 0.36.2

# This requirement doesn't exist in setup.cfg
-f https://lief-project.github.io/packages/lief/
lief >= 0.12.0.dev0 ; sys_platform == "win32" and python_version >= "3.10"
