From df51400d924d34a447d5abd5c3890ff01d87d4f9 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 11 Feb 2021 22:36:12 +0100 Subject: [PATCH] remove develop branch from otio requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 210d67a987..a1a8ab604f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ aiohttp_json_rpc = "*" # TVPaint server acre = { git = "https://github.com/pypeclub/acre.git" } opentimelineio = [ { git = "https://github.com/pypeclub/OpenTimelineIO.git", branch="develop", markers = "sys_platform == 'win32'" }, - { git = "https://github.com/PixarAnimationStudios/OpenTimelineIO.git", branch="develop", markers = "sys_platform == 'linux'" }, + { git = "https://github.com/PixarAnimationStudios/OpenTimelineIO.git", markers = "sys_platform == 'linux'" }, { git = "https://github.com/PixarAnimationStudios/OpenTimelineIO.git", markers = "sys_platform == 'darwin'" } ] appdirs = "^1.4.3"