fix pulling of cx_freeze 6.10

This commit is contained in:
Ondrej Samohel 2022-02-02 15:16:06 +01:00
parent 4ce12ffc7c
commit 4b2034f0b1
3 changed files with 895 additions and 786 deletions

1678
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -71,7 +71,7 @@ dropbox = "^11.20.0"
flake8 = "^3.7"
autopep8 = "^1.4"
coverage = "*"
cx_freeze = { version = "6.7", source = "openpype" }
cx_freeze = "~6.9"
GitPython = "^3.1.17"
jedi = "^0.13"
Jinja2 = "^2.11"

View file

@ -194,7 +194,6 @@ main () {
"$POETRY_HOME/bin/poetry" run pip install setuptools==49.6.0
"$POETRY_HOME/bin/poetry" run pip install --disable-pip-version-check --force-reinstall wheel
"$POETRY_HOME/bin/poetry" run python -m pip install --disable-pip-version-check --force-reinstall pip
"$POETRY_HOME/bin/poetry" run pip install --disable-pip-version-check --force-reinstall cx_freeze -i $openpype_index --extra-index-url https://pypi.org/simple
}
return_code=0