Skip to content

Commit 7735e8a

Browse files
committed
Updated dependencies in security policy to cover python vs. C++. Added SECURITY.md to MANIFEST.in
Signed-off-by: Eric Reinecke <[email protected]>
1 parent adaca8d commit 7735e8a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
recursive-include examples *
33
recursive-include src *
44
recursive-include tests *

SECURITY.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)