Setup: pin cx-Freeze to latest working version
This commit is contained in:
parent
422ccdaa4c
commit
c4e28a8736
2
setup.py
2
setup.py
|
@ -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
|
# 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.7'
|
requirement = 'cx-Freeze==6.14.9'
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
try:
|
try:
|
||||||
pkg_resources.require(requirement)
|
pkg_resources.require(requirement)
|
||||||
|
|
Loading…
Reference in New Issue