Setup: update cx-Freeze
This commit is contained in:
parent
4bc0e84a7f
commit
030e41363a
2
setup.py
2
setup.py
|
@ -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
|
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
|
||||||
try:
|
try:
|
||||||
requirement = 'cx-Freeze>=6.14.1'
|
requirement = 'cx-Freeze>=6.14.7'
|
||||||
pkg_resources.require(requirement)
|
pkg_resources.require(requirement)
|
||||||
import cx_Freeze
|
import cx_Freeze
|
||||||
except pkg_resources.ResolutionError:
|
except pkg_resources.ResolutionError:
|
||||||
|
|
Loading…
Reference in New Issue