changed PySide2 to PySide2 in pyproject toml

This commit is contained in:
Jakub Trllo 2022-12-21 16:01:51 +01:00
parent dd8a7e5653
commit fd611bdae7

View file

@ -113,16 +113,16 @@ build-backend = "poetry.core.masonry.api"
# Poetry will support custom location (-t flag for pip)
# https://pip.pypa.io/en/stable/cli/pip_install/#requirement-specifiers
[openpype.qtbinding.windows]
package = "PySide2"
version = "5.15.2"
package = "PySide6"
version = "6.4.1"
[openpype.qtbinding.darwin]
package = "PySide2"
version = "5.15.2"
package = "PySide6"
version = "6.4.1"
[openpype.qtbinding.linux]
package = "PySide2"
version = "5.15.2"
package = "PySide6"
version = "6.4.1"
# TODO: we will need to handle different linux flavours here and
# also different macos versions too.