Skip to content

Commit

Permalink
📝 add comment about cx_freeze pinned version
Browse files Browse the repository at this point in the history
also implementing #114
  • Loading branch information
antirotor committed Jul 11, 2024
1 parent 6910734 commit 704c0e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ python3-xlib = { version="*", markers = "sys_platform == 'linux'"}
flake8 = "^6.0"
autopep8 = "^2.0"
coverage = "*"
# cx_freeze is frozen to this version because of the Centos 7 support
# newer versions are using `patchelf` version which is not
# available on Centos 7
cx_freeze = "6.12.0"
# this is here because of the bug in cx_freeze, fixed in cx_freeze 7
# see https://github.com/ynput/ayon-launcher/issues/114
lief = "<0.14"
GitPython = "^3.1.17"
jedi = "^0.13"
Jinja2 = "^3"
Expand Down

0 comments on commit 704c0e7

Please sign in to comment.