Skip to content

Commit 6eb55f2

Browse files
authored
Version updates and addition of batteries included adapters for the OTIO core 0.17.0.dev1 release (#3)
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 37143f1 commit 6eb55f2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pyproject.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "OpenTimelineIO-Plugins"
9-
version = "0.15.0"
9+
version = "0.17.0.dev1"
1010
description = "OpenTimelineIO with batteries included plug-ins."
1111
authors = [
1212
{ name="Contributors to the OpenTimelineIO project", email="[email protected]" },
@@ -15,7 +15,17 @@ license = { file="LICENSE" }
1515
readme = "README.md"
1616
requires-python = ">=3.7"
1717
dependencies = [
18-
"opentimelineio==0.15.0",
18+
"opentimelineio==0.17.0.dev1",
19+
"otio-aaf-adapter",
20+
"otio-burnins-adapter",
21+
"otio-xges-adapter",
22+
"otio-ale-adapter",
23+
"otio-hls-playlist-adapter",
24+
"otio-fcpx-xml-adapter",
25+
"otio-maya-sequencer-adapter",
26+
"otio-cmx3600-adapter",
27+
"otio-svg-adapter",
28+
"otio-fcp-adapter",
1929
]
2030

2131
classifiers = [

0 commit comments

Comments
 (0)