Setup: pin cx-Freeze to latest working version

This commit is contained in:
Fabian Dill
2023-06-18 22:56:34 +02:00
committed by Fabian Dill
parent 422ccdaa4c
commit c4e28a8736

View File

@@ -20,7 +20,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.7'
requirement = 'cx-Freeze==6.14.9'
import pkg_resources
try:
pkg_resources.require(requirement)