ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
32 stars 14 forks source link

Add OTIO dependency #97

Closed tokejepsen closed 8 months ago

tokejepsen commented 8 months ago

Changelog Description

OpenTimelineIO dependency was missing for working on https://github.com/ynput/ayon-core/pull/44

I'm not sure whether this is the right place for this or whether it needs to be in the dependencies tool?

iLLiCiTiT commented 8 months ago

Addon ayon-core is defining OpenTimelineIO as runtime dependency https://github.com/ynput/ayon-core/blob/develop/client/pyproject.toml . AYON-launcher does not need the dependency thus should not be defined in it's dependencies. Use/Create new dependency package, which should care about adding the dependency, with latest openpype or ayon-core to have correct dependencies. Closing.