Fix - update cx-freeze

Old version caused "No module named 'distutils.command.bdist_msi'" error
This commit is contained in:
Petr Kalis 2022-09-01 18:59:20 +02:00
parent 05043b8578
commit 4fc90655d7

2
poetry.lock generated
View file

@ -339,7 +339,7 @@ test = ["pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests",
[[package]]
name = "cx-freeze"
version = "6.9"
version = "6.11.1"
description = "Create standalone executables from Python scripts"
category = "dev"
optional = false