Skip to content

Commit

Permalink
* Added "pillow" to dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet committed Jan 31, 2024
1 parent 0645418 commit 96ee810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ license = { file="LICENSE" }
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"opentimelineio >= 0.17.0.dev1"
"opentimelineio >= 0.17.0.dev1",
"pillow"
]

classifiers = [
Expand Down

0 comments on commit 96ee810

Please sign in to comment.