--extra-index-url https://marcelotduarte.github.io/packages/

setuptools>=62.6,<68
cx_Logging>=3.1 ;sys_platform == 'win32'
lief>=0.12.0 ;sys_platform == 'win32'
patchelf>=0.14 ;sys_platform == 'linux' and platform_machine == 'x86_64'
patchelf>=0.14 ;sys_platform == 'linux' and platform_machine == 'i686'
patchelf>=0.14 ;sys_platform == 'linux' and platform_machine == 'aarch64'
patchelf>=0.17.2.1 ;sys_platform == 'linux' and platform_machine == 'armv7l'
patchelf>=0.14 ;sys_platform == 'linux' and platform_machine == 'ppc64le'
patchelf>=0.14 ;sys_platform == 'linux' and platform_machine == 's390x'

# dev
bump2version==1.0.1
cibuildwheel==2.12.3
pre-commit>=2.21.0
pylint==2.17.4
wheel==0.40.0
# doc
sphinx==5.3.0
sphinx-tabs==3.4.1
furo==2023.3.27
# test
nose==1.3.7
pygments==2.15.1
pytest==7.3.1
pytest-cov==4.0.0
pytest-mock==3.10.0
pytest-timeout==2.1.0
