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
2
2
recursive-include examples *
3
3
recursive-include src *
4
4
recursive-include tests *
Original file line number Diff line number Diff line change @@ -39,10 +39,17 @@ security vulnerabilities.
39
39
40
40
### Software Dependencies
41
41
42
- OpenTimelineIO depends on:
42
+ #### OpenTimelineIO C++
43
43
44
44
- [ 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
45
48
46
49
- [ 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.
47
51
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