mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix pulling of cx_freeze 6.10
This commit is contained in:
parent
4ce12ffc7c
commit
4b2034f0b1
3 changed files with 895 additions and 786 deletions
1678
poetry.lock
generated
1678
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -71,7 +71,7 @@ dropbox = "^11.20.0"
|
||||||
flake8 = "^3.7"
|
flake8 = "^3.7"
|
||||||
autopep8 = "^1.4"
|
autopep8 = "^1.4"
|
||||||
coverage = "*"
|
coverage = "*"
|
||||||
cx_freeze = { version = "6.7", source = "openpype" }
|
cx_freeze = "~6.9"
|
||||||
GitPython = "^3.1.17"
|
GitPython = "^3.1.17"
|
||||||
jedi = "^0.13"
|
jedi = "^0.13"
|
||||||
Jinja2 = "^2.11"
|
Jinja2 = "^2.11"
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,6 @@ main () {
|
||||||
"$POETRY_HOME/bin/poetry" run pip install setuptools==49.6.0
|
"$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 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 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
|
return_code=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue