Skip to content

Commit

Permalink
setup.cfg: bump pyinstaller-hooks-contrib version
Browse files Browse the repository at this point in the history
Ensure that users who upgrade PyInstaller in existing environment
also end up with up-to-date version of `pyinstaller-hooks-contrib`
(2024.0, the latest version at the time of writing).
  • Loading branch information
rokm committed Feb 3, 2024
1 parent d4efea7 commit d5b2d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -58,14 +58,13 @@ packages = find:
zip_safe = False
include_package_data = False
python_requires = >=3.8, <3.13
## IMPORTANT: Keep aligned with requirements.txt
install_requires =
setuptools >= 42.0.0
altgraph
pefile >= 2022.5.30 ; sys_platform == 'win32'
pywin32-ctypes >= 0.2.1 ; sys_platform == 'win32'
macholib >= 1.8 ; sys_platform == 'darwin'
pyinstaller-hooks-contrib >= 2021.4
pyinstaller-hooks-contrib >= 2024.0
importlib_metadata >= 4.6 ; python_version < "3.10"
packaging >= 22.0

Expand Down

0 comments on commit d5b2d45

Please sign in to comment.