File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- include README.md README_contrib.md CHANGELOG.md LICENSE.txt NOTICE.txt CMakeLists.txt
1+ include README.md README_contrib.md CHANGELOG.md LICENSE.txt NOTICE.txt SECURITY.md CMakeLists.txt
22recursive-include examples *
33recursive-include src *
44recursive-include tests *
Original file line number Diff line number Diff line change @@ -39,10 +39,17 @@ security vulnerabilities.
3939
4040### Software Dependencies
4141
42- OpenTimelineIO depends on:
42+ #### OpenTimelineIO C++
4343
4444- [ Imath] ( https://github.com/AcademySoftwareFoundation/Imath ) - Provides Vector, Matrix, and Bounding Box primitives.
45+ - [ rapidjson] ( https://github.com/Tencent/rapidjson/ ) - Used in serialization/deserialization of the ` .otio ` JSON file format.
46+
47+ #### OpenTimelineIO Python
4548
4649- [ pybind11] ( https://github.com/pybind/pybind11 ) (only if built with Python bindings) - Used to create Python bindings for the C++ library.
50+ - [ importlib_metadata] ( https://pypi.org/project/importlib-metadata/ ) - Provides backward compatability for Python 3.7.
4751
48- - [ rapidjson] ( https://github.com/Tencent/rapidjson/ ) - Used in serialization/deserialization of the ` .otio ` JSON file format.
52+ Optionally, OTIOView requires:
53+
54+ - [ PySide2] ( https://pypi.org/project/PySide2/ ) - on x86_64.
55+ - [ PySide6] ( https://pypi.org/project/PySide6/ ) - on AArch64.
You can’t perform that action at this time.
0 commit comments