Setup: update cx-Freeze

This commit is contained in:
Fabian Dill 2023-03-13 16:30:39 +01:00 committed by Fabian Dill
parent 4bc0e84a7f
commit 030e41363a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from pathlib import Path
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
try:
requirement = 'cx-Freeze>=6.14.1'
requirement = 'cx-Freeze>=6.14.7'
pkg_resources.require(requirement)
import cx_Freeze
except pkg_resources.ResolutionError: