File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " OpenTimelineIO-Plugins"
9- version = " 0.15.0 "
9+ version = " 0.17.0.dev1 "
1010description = " OpenTimelineIO with batteries included plug-ins."
1111authors = [
1212 {
name =
" Contributors to the OpenTimelineIO project" ,
email =
" [email protected] " },
@@ -15,7 +15,17 @@ license = { file="LICENSE" }
1515readme = " README.md"
1616requires-python = " >=3.7"
1717dependencies = [
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
2131classifiers = [
You can’t perform that action at this time.
0 commit comments